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
We need to update our time-logging and debugging messages for the BMI implementation of V4.
For example, this is under main_v04() in main.py to initialize time-logging:
Time logging is done in main.py, so when we run t-route through BMI functions we are not keeping track of timing.
Expected behavior
Time logging and optional print out of times when running t-route through BMI functions. I'm thinking this can go in troute_model.py, but it doesn't have to.
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered:
We need to update our time-logging and debugging messages for the BMI implementation of V4.
For example, this is under main_v04() in main.py to initialize time-logging:
Each of these task times are updated throughout main.py as tasks are run. The final step of main_v04() is to print out total times:
Current behavior
Time logging is done in main.py, so when we run t-route through BMI functions we are not keeping track of timing.
Expected behavior
Time logging and optional print out of times when running t-route through BMI functions. I'm thinking this can go in troute_model.py, but it doesn't have to.
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: