-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make pft.imsave replacebly by skimage.io imsave #6
Comments
Actually, that's a cool idea, because also this would work:
and alternatively:
|
Alternatively, if this would work, we could switch such an environment:
... I think that's the most convenient way |
the function signatures of the various save and read functions are now the same as for the original functions. In principle, this should even work locally, because pft always looks if it finds the file locally before trying to download it from the fileserver. Also, pft saves the file locally, if it can write to the parent directory (except if the parent directory is the current working directory) however, there are a few open tasks:
|
A common usecase would be that someone writes a notebook on their laptop with
Then, they want to run it on the cluster, where the code would be
It would be cool if this was simpler...
The text was updated successfully, but these errors were encountered: