Commit Graph
20 Commits
Author SHA1 Message Date
Ray Speth bcb79d9cd3 Convert .cti files in data/inputs to .xml as part of the buld process
The full set of .cti and .xml files to be installed is placed in build/data (for
use by the test suite) and copied to the CANTERA_DATA folder on installation.
2012-08-02 15:47:45 +00:00
Ray Speth 4e0fea7079 Added a test for converting Chebyshev and P-log reactions with ck2cti.py 2012-07-26 20:50:23 +00:00
Ray Speth 7472136e44 Converter tests now check some kinetics parameters 2012-07-26 20:49:33 +00:00
Ray Speth 9801b03a50 Moved nasa9_reader test to Python 2012-07-26 20:49:26 +00:00
Ray Speth 13e188381d Moved ck2cti tests to the Python test suite 2012-07-26 20:49:18 +00:00
Ray Speth 97acc868fb Added a test where an unbalanced reaction is detected 2012-07-26 20:49:14 +00:00
Ray Speth db57f3a200 Added test to confirm that ck2cti.py detects missing thermo data 2012-07-26 20:49:06 +00:00
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