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
This warning did not show up anywhere in printed file logs but shows up a very large number of time on screen. This is a known issue where a print statement is issued in a py file that is run by a bash file. The problem occurs in the duration_system.py file when iterating through the 1processing_time_{huc}.txt` files. It should not have any missing files.
When we ran hand 4.6.0.0 BED run, we had 2,153 HUCs but total duration csv only shows 1,967 suggesting that appx 200 HUCs through this error message.
Related.. later in that loops, change it so it does not remove that file from each HUC as it processes it.
But having that information is very helpful and we have never had a full set of valid stats for a BED run. This feature was put in more than three months ago but was never used against a BED run. If we compare our HUC list to this hand 4.6.0.0 list, we might be able to find some HUCs that may have failed and see if we can figure out something on this story.
It is not a must, but a very nice to have for the next BED if we can even find it. It likely has been showing up on screen in many runs regardless of size but with it not showing up on logs and only on screen, it might be easy to find by watching the screen for a bit and likely doesn't even have to be a very big run. Hard to say.
Related:
There is a problem with calculating branch 0 processing times in the total duration processing logic. See 1459.
The text was updated successfully, but these errors were encountered:
In post processing.
This warning did not show up anywhere in printed file logs but shows up a very large number of time on screen. This is a known issue where a print statement is issued in a py file that is run by a bash file. The problem occurs in the
duration_system.py
file when iterating through the 1processing_time_{huc}.txt` files. It should not have any missing files.When we ran hand 4.6.0.0 BED run, we had 2,153 HUCs but total duration csv only shows 1,967 suggesting that appx 200 HUCs through this error message.
Related.. later in that loops, change it so it does not remove that file from each HUC as it processes it.
But having that information is very helpful and we have never had a full set of valid stats for a BED run. This feature was put in more than three months ago but was never used against a BED run. If we compare our HUC list to this hand 4.6.0.0 list, we might be able to find some HUCs that may have failed and see if we can figure out something on this story.
It is not a must, but a very nice to have for the next BED if we can even find it. It likely has been showing up on screen in many runs regardless of size but with it not showing up on logs and only on screen, it might be easy to find by watching the screen for a bit and likely doesn't even have to be a very big run. Hard to say.
Related:
There is a problem with calculating branch 0 processing times in the total duration processing logic. See 1459.
The text was updated successfully, but these errors were encountered: