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
In #2081, I added an evenly_split_cropland option to the configuration files used by subset_data, but neglected to add it to the argument parser, meaning that it would fail when run from the command line. This wasn't caught by the Python tests we have set up because there's no test that uses subset_data with command-line arguments instead of a config file.
I wonder: Are there any other Python scripts with this same issue?
The text was updated successfully, but these errors were encountered:
In #2081, I added an
evenly_split_cropland
option to the configuration files used bysubset_data
, but neglected to add it to the argument parser, meaning that it would fail when run from the command line. This wasn't caught by the Python tests we have set up because there's no test that usessubset_data
with command-line arguments instead of a config file.I wonder: Are there any other Python scripts with this same issue?
The text was updated successfully, but these errors were encountered: