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
What
In the initialization of NodeID in file parameter.jl, there are assertion handles that make sure the index of NodeID is bigger than 0. However, when a user didn't pass correct input data or passes nothing, the error message doesn't explain the situation.
How
Add error messages for the assert in function NodeID
The text was updated successfully, but these errors were encountered:
What
In the initialization of NodeID in file
parameter.jl
, there are assertion handles that make sure the index of NodeID is bigger than 0. However, when a user didn't pass correct input data or passes nothing, the error message doesn't explain the situation.How
Add error messages for the assert in
function NodeID
The text was updated successfully, but these errors were encountered: