You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the unit test outputs are compared, fortpy first builds a representation of the model output it created before seeing if the model file to compare with even exists. In cases where the model output doesn't exist, this wastes a lot of time in the unit testing.
Before building a comparison, first make sure that the file you want to compare with exists.
The text was updated successfully, but these errors were encountered:
Applied fix at the OutcomeTester level in tester.py. Re-tested the cases that were breaking individually and as a group and it worked fine. Available in version 1.1.4.
When the unit test outputs are compared, fortpy first builds a representation of the model output it created before seeing if the model file to compare with even exists. In cases where the model output doesn't exist, this wastes a lot of time in the unit testing.
Before building a comparison, first make sure that the file you want to compare with exists.
The text was updated successfully, but these errors were encountered: