Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in KineticsModel.isIdenticalTo
This method just checks that Tmin and Tmax are equal. But if they were equal, it used to return False. Now it returns False if one or other is None, or they're different. Note, however, that because the Quantity.equals method defaults to a 1% tolerance, that's 20K difference needed at 2000K.
- Loading branch information