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
If passed a realization config with forcing data defined without a provider key (defualt provider), then ngen can crash attempting to read the forcing data if the csv file used doesn't have the correct number of columns.
Current behavior
Segfaults and crashes with no useful information.
Expected behavior
Inform user of mal-formed forcing data and crash with a reportable error.
Steps to replicate behavior (include URLs)
Construct a custom csv file with LESS THAN 10 columns
Point a realization to this csv file as it's forcing input
DO NOT set forcingProvider: "csvPerFeature" in the forcing config
run ngen with this configuration.
The text was updated successfully, but these errors were encountered:
If passed a realization config with forcing data defined without a provider key (defualt provider), then ngen can crash attempting to read the forcing data if the csv file used doesn't have the correct number of columns.
Current behavior
Segfaults and crashes with no useful information.
Expected behavior
Inform user of mal-formed forcing data and crash with a reportable error.
Steps to replicate behavior (include URLs)
forcingProvider: "csvPerFeature"
in the forcing configThe text was updated successfully, but these errors were encountered: