Auto-Mech / mechanalyzer

Tools construction, manipulation, visualization of chemical mechanisms
MIT License
3 stars 14 forks source link

Fixed 2 Tests, Continuing To Fix 1 Further Test #298

Closed NVJY closed 2 weeks ago

NVJY commented 3 weeks ago

The following files were fixed, or are in the process of being fixed: testchecker.py: Whitespace errors led to an assert to fail. This test will be further fixed by stripping all whitespace in its entirety in the future. testplot_thermo.py: lnq_t was not defined, causing an error. Beyond that, the process was intaking too many outputs, thus turning what should have been a string into a tuple, which broke the plotter. This was fixed. test__compare.py: The variable 'sens' was a fossil, and needed to be renamed 'exc_flag', and several errant tuples were being created when two variables were being returned. This was all fixed, however there was a further issue with an assert failing due to a third body naming issue. This issue is still being worked on.