bjodah / chempy

⚗ A package useful for chemistry written in Python
BSD 2-Clause "Simplified" License
548 stars 79 forks source link

Fix #218 #224

Closed montmorill closed 5 months ago

bjodah commented 1 year ago

Thank you @montmorill. We typically add a regression test (some code that used to fail prior to the fix, but passes after the fix). The test can just be a few lines added to e.g. this function.

Would you mind adding such a test?