Commit Graph

16 Commits

Author SHA1 Message Date
Ingmar Schoegl
55e316206c [unittest] Write output in work directory 2024-02-24 17:29:17 -06:00
Ray Speth
79fe628510 [Kinetics] Implement requirement that reacting phase is first 2023-08-26 19:03:02 -07:00
Ingmar Schoegl
717af98109 [unittests] Add unit test for thirdbody edge cases 2023-08-14 22:09:39 -05:00
Ray Speth
ae3c63e8e6 Fix Numpy deprecation warnings in test suite 2023-07-02 09:58:03 -04:00
Ray Speth
20977ef95f [Test] Avoid modifying shared Solution object 2023-04-18 09:33:15 -05:00
Anthony Walker
03d1ecd13c This commit fixes types, updates tests, and composition dependence
`test_net_rop_ddCi` was updated to use and account for reaction orders
appropriately. Many updates to docstrings and comments. Typo fixes.
usesCoverageDependence was also implemented in a more generic manner
so it can be extended to other reaction types.
2023-04-10 21:01:41 -04:00
Ray Speth
fde6650a0b Deprecate most XML-era model names 2023-03-13 22:58:24 -05:00
Ray Speth
6ddfc2239b [Python] Replace pkg_resources
The import time for pkg_resources is significant. As of Python 3.8, the
two commands we use can be replace by 'importlib.metadata.version' and the
lighter-weight 'packaging.version.parse'.
2023-01-22 19:26:00 -05:00
Corey R. Randall
f1d86d1b08 Update test/python/test_kinetics.py
Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
2022-10-09 20:06:06 -05:00
Corey R. Randall
e539bff7b7 Update test/python/test_kinetics.py
Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
2022-10-09 20:06:06 -05:00
Corey Randall
ba5d5f892d modified syntax for consistency with other code, added comment for interface_current 2022-10-09 20:06:06 -05:00
Corey Randall
3262435b8b updated interface_current and test to be written in C++ 2022-10-09 20:06:06 -05:00
Corey Randall
84a643c6b5 interface_current method and accompanying test added 2022-10-09 20:06:06 -05:00
Ray Speth
eedcbf9bfe Make SurfPhase incompressible
Partially resolves #1312
2022-08-09 06:51:27 -05:00
Ray Speth
2fafd113a2 [Kinetics] Show reaction errors before checking duplicates
Fixes #1353
2022-08-06 21:13:52 -05:00
Ingmar Schoegl
6e3c7e8296 [UnitTests] Move Python test suite and update SCons build process 2022-08-06 15:11:53 -04:00