SLACKHA / pyJac

Creates C and CUDA analytical Jacobians for chemical kinetics ODE systems
http://slackha.github.io/pyJac/
MIT License
52 stars 23 forks source link

Large number of failing tests on V2 master branch #37

Open cmikida2 opened 4 years ago

cmikida2 commented 4 years ago

Hi - I'm working with pyJac-V2 and have noticed that when I pull the master branch and run nosetests from the top directory, 25 of them fail (5 errors, 20 failures, and 3 skipped tests). Most of the failures are assertion errors, and hand-checking one of the simpler of these (test_set_concentrations) shows a legitimate failure of PyJac to return the same values as the reference answer. I'm wondering if this is the expected behavior for the unit tests as they exist currently on the branch. I've attached a full log of the output of nosetests.

std_tests.txt

I'm working with the latest commit to master (https://github.com/SLACKHA/pyJac-v2/commit/1cdd67bc4bdfdde37c9fa73674428187d5f875a8). My loo-py version is 2018.1, installed via Conda, and I'm running the tests with nose v 1.3.7.

I'm happy to provide further clarifying information.

cc @inducer