Skip to content

Commit

Permalink
small enter correction
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanoCodes committed Jun 21, 2024
1 parent 8b6aed7 commit 70c0d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pricing/fourier/Test_GilPeleaz_European.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_price_black_scholes(self):


if __name__ == '__main__':
unittest.main()
unittest.main()
2 changes: 1 addition & 1 deletion tests/pricing/fourier/Test_Proj_Asian.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 70c0d19

Please sign in to comment.