Auto-Mech / mechanalyzer

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

Fixed test__checker.py Whitespace Error #300

Closed NVJY closed 2 months ago

NVJY commented 2 months ago

test__checker.py consistently had issues with whitespacing due to asserts being used. This was fixed by replacing all whitespace (" ") with a blank string ("") using .replace(" ", "").

Hopefully this will permanently fix any future whitespacing errors with this test!