Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasibule committed Mar 29, 2017
1 parent 211b69b commit 1946383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantlib/test/test_heston_model.py
Expand Up @@ -119,7 +119,7 @@ def test_black_calibration(self):
self.assertEqual(theta, process.theta)
self.assertEqual(sigma, process.sigma)
self.assertEqual(rho, process.rho)
self.assertEqual(1.0, process.s0().value)
self.assertEqual(1.0, process.s0.value)

model = HestonModel(process)
engine = AnalyticHestonEngine(model, 96)
Expand Down

0 comments on commit 1946383

Please sign in to comment.