if vol < 0.0:
            with pytest.raises(AssertionError):
                actual = target.black_scholes_call_gamma(
                    underlying, strike, rate, maturity, vol)
        else: