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
The larger issue here was that I was not correctly handling (or raising an error) cases when the domain grid did not match the routing grid. If you are not using the remap==True option, then you need to be able to map the routing grid to the domain grid. All the pieces were in place for this so #60 takes care of that issue.
test raises:
local variable 'full_time_length' referenced before assignment
when
remap=False
.Needs further investigation. May just be a error in the test module.
The text was updated successfully, but these errors were encountered: