Closed trevorb1 closed 11 months ago
Also, the final else statement where the offshore_config
is used I believe should read
else:
logger.error(f"source {offshore_config} is invalid offshore data source")
offshore = None
(ie. replace the {source}
with {offshore_config}
in the f string)
The f string issue has been fixed in PR #141
Checklist
master
branchpypsa-usa
environment. Update viaconda env update -f envs/environment.yaml
The Issue
When I try to run the workflow with default configuration I get the following error:
As the CA_OSW shapes are still in the
repo_data/
folder, did the EEZ shapefile just got missed being commited, @ktehranchi? However, the snakefile says it should be under thedata/
folder (which should pull from Zenodo), but I don't seegis/conus_eez.shp
in the deposit either?Steps To Reproduce
snakemake -j6
Expected Behavior
The workflow should run
Error Message
No response
Anything else?
Would it be worth moving the following configuration option to the
config.osw.yaml
file?