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
AssertionError: The mesh final time must be >= to FMU final time.
To set the FMU final time, use the argument final_time in
FMUPointToFieldFunction constructor.
This is wrong because the message is inverted. It should read "<=" instead of ">=".
In the script below, we create an epidemiological model using a stop time equal to 13 and 100 vertices.
The previous script produces:
This is wrong because the message is inverted. It should read "<=" instead of ">=".
The bug is here:
otfmi/otfmi/otfmi.py
Line 740 in 64cee3d
The text was updated successfully, but these errors were encountered: