Commit Graph
393 Commits
Author SHA1 Message Date
Ray Speth 12f244d440 Delete code marked for removal after Cantera 3.1 2024-12-31 11:52:42 -05:00
Ray Speth a60ff4d200 [Test] Test low-T range of ion--neutral collision integral 2024-12-12 08:40:46 -06:00
Ray Speth 87dcca1f0e [Test] Test water viscosity correction near critical point 2024-12-12 08:40:46 -06:00
Ray Speth 9c93eea0f9 [Transport] Check species indices when accessing polynomial fits 2024-12-12 08:40:46 -06:00
Ray Speth eb0b3c65f1 [Transport] Test diffusivity and conductivity in "CK mode" 2024-12-12 08:40:46 -06:00
Ray Speth a2ad5c7524 [Transport] Fix handling of actual versus reduced temperature 2024-12-12 08:40:46 -06:00
Ray Speth 66a51ef01b [Transport] Test replacement of collision integral fits 2024-12-12 08:40:46 -06:00
Ray Speth fb6ce1105b [Transport] Test properties for single-species phases 2024-12-12 08:40:46 -06:00
Ray Speth 589cda50fd [Transport] test serialization of less common transport fields 2024-12-12 08:40:46 -06:00
Ray Speth b7973c4fef [Transport] Test all invalid gas transport data inputs 2024-12-12 08:40:46 -06:00
Ray Speth 508aeda539 [Transport] Make fitting errors accessible programmatically 2024-12-03 23:25:20 -05:00
Ray Speth ce858af164 Fix a few spelling errors/typos 2024-11-09 08:34:25 -06:00
Ray Speth ae004ced01 [Test] Add tests for more complex LinearBurkeRate cases 2024-11-02 06:54:54 -05:00
Ray Speth 12be255b47 [Test] Refactor LinearBurkeRate tests 2024-11-02 06:54:54 -05:00
Ray Speth a7d34efefe [Test] Add tests for bad linear-Burke rate input 2024-11-02 06:54:54 -05:00
Ray Speth 5667f85e5a [Test] Add standard reaction rate tests for LinearBurkeRate 2024-11-02 06:54:54 -05:00
Ray Speth 0e9685f586 [Doc] Document remaining members of Domain1D 2024-10-28 06:05:12 -05:00
Ray Speth 15a941e96b Formatting tweaks to LinearBurkeRate 2024-10-23 09:02:49 -04:00
pjsingal 088cebe2cc [Test] Update LinearBurkeRate tests 2024-10-23 09:02:49 -04:00
pjsingal 4e2f7eda8a [Test/Kinetics] Add unit tests for LinearBurkeRate
created linearBurke-test.yaml for unit tests
2024-10-23 09:02:49 -04:00
Christopher Neal 4a954f9074 [test] removed useless fixtures in test_transport 2024-10-19 20:04:43 -04:00
Christopher Neal 907a594b89 [test] updated tests that generated reference files to be run-able with pytest 2024-10-19 20:04:43 -04:00
Christopher Neal 9cea7f357c [test] formatting updates to test_reaction.py 2024-10-19 20:04:43 -04:00
Christopher Neal f1bf82037c [test] addressing review comments 2024-10-19 20:04:43 -04:00
Christopher Neal 1d653dc4d0 [test] reduced usage of class attributes in test_reaction 2024-10-19 20:04:43 -04:00
Christopher Neal 4eb50e88c1 [test] reduced usage of class attributes in test_kinetics 2024-10-19 20:04:43 -04:00
Christopher Neal 0c14ddb500 [test] removed the class attribute setting in test_composite 2024-10-19 20:04:43 -04:00
Christopher Neal f1766cbaa9 [test] increased FallOff reaction test relative tolerance 2024-10-19 20:04:43 -04:00
Christopher Neal 977d4afe38 [test] Removed class attribute usage in test_transport
Use more standard pytest approaches to test construction.
2024-10-19 20:04:43 -04:00
Christopher Neal 63f690311b [test] changed test_mixture to avoid using/setting class attributes 2024-10-19 20:04:43 -04:00
Christopher Neal 80db5ae11b [test] removed class-attribute setting in jacobian tests to avoid a CI issue 2024-10-19 20:04:43 -04:00
Christopher Neal e84f928d15 [test] moved to test_data_path fixture where possible
Changed small test classes to pytest-style tests
2024-10-19 20:04:43 -04:00
Christopher Neal be800164b4 [test] Restore load_yaml function; add fixtures for paths 2024-10-19 20:04:43 -04:00
Christopher Neal e2fc2bce00 [test] Replace assertArrayNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal cb7918b10e [test] updated test_composite to replace assertArrayNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 78de889563 [test] updated test_transport to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 26c17ec2fa [test] updated test_thermo to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 5a660f4e8b [test] updated test_reactor to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 27001483c8 [test] updated test_reaction to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 822a536456 [test] updated test_purefluid to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal bad98113df [test] updated test_onedim to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 98bf967b6c [test] updated test_mixture to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal e6432e50cb [test] updated test_kinetics to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal deaad82304 [test] updated test_jacobian to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal bbf4c0e68f [test] updated test_func1 to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal d49ca028f2 [test] updated test_equilibrium to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal 0f2cd59222 [test] added test_data_path and cantera_data_path fixtures for future use 2024-10-19 20:04:43 -04:00
Christopher Neal cbfb802ee7 [test] updated test_convert to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal cda636b331 [test] updated test_composite to replace assertNear with pytest approx 2024-10-19 20:04:43 -04:00
Christopher Neal e838e253db [test] removed outdated python version check from test_composite 2024-10-19 20:04:43 -04:00