diff --git a/tests/pricing/fourier/Test_GilPeleaz_European.py b/tests/pricing/fourier/Test_GilPeleaz_European.py index 21465af..d70c5a5 100644 --- a/tests/pricing/fourier/Test_GilPeleaz_European.py +++ b/tests/pricing/fourier/Test_GilPeleaz_European.py @@ -31,4 +31,4 @@ def test_price_black_scholes(self): if __name__ == '__main__': - unittest.main() + unittest.main() \ No newline at end of file diff --git a/tests/pricing/fourier/Test_Proj_Asian.py b/tests/pricing/fourier/Test_Proj_Asian.py index bfb52c5..4b41e5e 100644 --- a/tests/pricing/fourier/Test_Proj_Asian.py +++ b/tests/pricing/fourier/Test_Proj_Asian.py @@ -70,4 +70,4 @@ def test_arithmetic_asian_bilateral_gamma_motion(self): np.where(K == k)[0][0], np.where(T == t)[0][0], np.where(M == m)[0][0]], 10) if __name__ == '__main__': - unittest.main() + unittest.main() \ No newline at end of file