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

DMD test failure #20

Closed
loiseaujc opened this issue May 22, 2017 · 0 comments
Closed

DMD test failure #20

loiseaujc opened this issue May 22, 2017 · 0 comments

Comments

@loiseaujc
Copy link

Hej,

I have just git-cloned the latest version of modred. Install went smoothly but then, I get some test failures. Here is the output of modred.tests.run()

In [14]: modred.tests.run()
............ss..............F......sssssss................sss.......
======================================================================
FAIL: test_all (testdmd.TestDMDArraysFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jean-christophe/anaconda2/lib/python2.7/site-packages/modred-2.0.1-py2.7.egg/modred/tests/testdmd.py", line 171, in test_all
    rtol=rtol, atol=atol)
  File "/home/jean-christophe/anaconda2/lib/python2.7/site-packages/numpy/testing/utils.py", line 1392, in assert_allclose
    verbose=verbose, header=header)
  File "/home/jean-christophe/anaconda2/lib/python2.7/site-packages/numpy/testing/utils.py", line 739, in assert_array_compare
    raise AssertionError(msg)
AssertionError: 
Not equal to tolerance rtol=1e-10, atol=1e-12

(mismatch 100.0%)
 x: [repr failed]
 y: [repr failed]

----------------------------------------------------------------------
Ran 68 tests in 3.188s

FAILED (failures=1, skipped=12)

I am using Python 2.7.13 :: Anaconda 4.3.1 (64-bit) and Numpy 1.11.3. Note that I also get some errors whenever I try to trun the GInzburg-Landau example (although all other examples run fine). It might be a separate issue I guess however.

++
JC

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

No branches or pull requests

2 participants