NOAA-OWP / inundation-mapping

Flood inundation mapping and evaluation software configured to work with U.S. National Water Model.
Other
88 stars 26 forks source link

[1pt] FIM 4.5.0.1 errors from scan #1167

Open RobHanna-NOAA opened 1 month ago

RobHanna-NOAA commented 1 month ago

During testing of a new tool that scans all log directories looking for the key word of "error", it found a couple hundred with the phrase of "Will not test for outlet backpool error in branch zero" which are perfectly fine.

However, it also found a few other legitimate errors:

./logs/unit/19020602unit.log:374: KeyError('order') ./logs/unit/19020602unit.log:377: KeyError('order')

We might want to look into those someday.

This scan was done against FIM 4.5.0.1. Details can be found at ... fim-data/previous_fim/fim_4_5_0_1/all_errors_from_logs.log

CarsonPruitt-NOAA commented 1 month ago

This is more of a warning message and we should probably replace error with issue in the 2 places in this file to prevent further trips.

print('Will not test for outlet backpool error.')