watershed-workflow
watershed-workflow copied to clipboard
Modules Missing when Running Example file in Docker
I am using the ecoon/watershed_workflow-ats docker image (last updated 8 days ago) to use watershed-workflow.
I cloned the watershed-workflow repo onto my desktop, and the pulled the docker image, but I noticed that when running the example mesh_coweeta.ipynb, the line import watershed_workflow.land_cover_properties
returns an error: "No module named 'watershed_workflow.land_cover_properties'".
I can work around this by importing from the folder (within the repo) labeled watershed_workflow, but the same error arises when I try to import 'densification' or 'regions'.
Thanks!