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 run_truth function assumes a standardized "output" prefix in addition to the Atlantis "scenario" name. Now users specify Atlantis output file naming conventions and do not always use "output" as a prefix. Need to update all functions to remove assumption of prefix and have users supply the output naming convention.
Assumptions about the functional group .csv input file are also hard coded into some functions such as load_catch and load_bioind that filter on functional group characteristics. "IsFished" was a standard column that has a different case "isFished" in at least one model. Need to update these functions to find this column even with different cases in the name.
The text was updated successfully, but these errors were encountered:
The
run_truth
function assumes a standardized "output" prefix in addition to the Atlantis "scenario" name. Now users specify Atlantis output file naming conventions and do not always use "output" as a prefix. Need to update all functions to remove assumption of prefix and have users supply the output naming convention.Assumptions about the functional group .csv input file are also hard coded into some functions such as
load_catch
andload_bioind
that filter on functional group characteristics. "IsFished" was a standard column that has a different case "isFished" in at least one model. Need to update these functions to find this column even with different cases in the name.The text was updated successfully, but these errors were encountered: