-
Notifications
You must be signed in to change notification settings - Fork 276
Description
Describe the bug
A user is having trouble with jupyterconfig on the v5 branch. jupcon.run() seems to find all the images, write the python file, and write the config but the workflow runs unrealistically fast. They are trying to save out masks for use in another software so they are not touching args.result which should not matter since checkpointing is not merged to v5 so far.
There are also difficulties with this workflow running in other settings it sounds like. Could be conda env related as well, not sure that the getenv: true flag is doing enough through jupyterconfig especially with clusters other than LocalCluster.
May also have been issues with saving the python script, not clear immediately if that is from the jupyter notebook not having had edits saved before calling jupcon.run() though.
To Reproduce
Talk to Noah/Josh for stargate path to jupyter notebook, running that notebook should reproduce error.
Expected behavior
Notebook should run in parallel saving a directory of masks.
Local environment (please complete the following information):
- OS: Linux
- Environment: Conda
- PlantCV Version: 5
Additional context
This is the first time running jupyterconfig on the new stargate cluster, not entirely sure how much of this is a problem with that feature but probably a good bit.