Commit graph

13 commits

Author SHA1 Message Date
Ray Speth
0e21bfd0e0 Introduced a test suite for Chemkin-format mechanism conversions 2012-07-26 20:49:01 +00:00
Ray Speth
15b12608e3 Corrected labels on output from compareTimeSeries 2012-05-24 16:30:10 +00:00
Ray Speth
761c2589e3 Added a test for reactors with wall interactions 2012-05-24 16:29:23 +00:00
Ray Speth
c7af9ddf81 Improved convergence when solving for pure fluid saturated states 2012-05-11 15:27:33 +00:00
Ray Speth
ea589078f5 Added tests for pure fluid equations of state
The tests include basic consistency requirements as well as
comparisons to reference data where possible.
2012-05-07 18:20:11 +00:00
Ray Speth
e2d2ba4e3d Added 'assertNear' for comparing floats in Python unit tests
This method compares floats using combined absolute and relative tolerances,
instead of the "number of decimal digits" that TestCase.assertAlmostEqual uses.
2012-05-07 18:20:08 +00:00
Ray Speth
a42199f62a Added tests for overconstrained equilibrium problems 2012-04-12 21:35:40 +00:00
Ray Speth
b58ba638be Added some tests for the equilibrium solvers 2012-04-12 21:35:36 +00:00
Ray Speth
9be5c325f1 Added a Python reactor network test 2012-03-30 23:46:19 +00:00
Ray Speth
50bef3ee5c Fixed an environment issue with Python subprocesses 2012-03-09 22:54:21 +00:00
Ray Speth
a304b7393b Fixed Python unit tests to work with Python 2.6 2012-02-27 18:16:16 +00:00
Ray Speth
d60c06127b Added tests for some methods of the Python Solution class 2012-02-27 18:13:53 +00:00
Ray Speth
b0ccecf4e4 Added machinery for running Python unit tests 2012-02-27 18:12:42 +00:00