Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerical failures for 2 tests on win32 #64

Open
dpinte opened this issue Sep 5, 2014 · 2 comments
Open

Numerical failures for 2 tests on win32 #64

dpinte opened this issue Sep 5, 2014 · 2 comments
Labels

Comments

@dpinte
Copy link
Member

dpinte commented Sep 5, 2014

Reported in #63

======================================================================
FAIL: test_smith (quantlib.test.test_heston_model.HestonModelTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\dev\pyql\quantlib\test\test_heston_model.py", line 432, in test_smith
    delta=tolerance)
AssertionError: 15.244970794333526 != 15.1796 within 0.05 delta

======================================================================
FAIL: test_simulate_heston_2 (quantlib.test.test_simulate.SimTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\dev\pyql\quantlib\test\test_simulate.py", line 120, in test_simulate_heston_2
    self.assertAlmostEqual(res[1, -1], 152.50, delta=.1)
AssertionError: 153.26720068021842 != 152.5 within 0.1 delta

----------------------------------------------------------------------
Ran 144 tests in 15.095s

FAILED (failures=2, skipped=1)
@dpinte dpinte added the bug label Sep 5, 2014
@dave-fl
Copy link

dave-fl commented Mar 3, 2016

I am seeing this on x64 as well. This was opened in 2014 are there any plans to fix this?

@dpinte
Copy link
Member Author

dpinte commented Mar 3, 2016

@david-wolf there are not short term plans but we would gladly accept patches!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants