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
Now, let us attempt to load the newly created P_experiment job: pr.load("P_experiment") 2022-12-02 13:36:38,969 - pyiron_log - WARNING - Job 'P_experiment' does not exist and cannot be loaded
So you cannot load a job that has been created with the job.copy_to() functionality! I am not sure if this has to do with the unconverged status of the job.
At this point the folder structure looks like this:
Consider:
I have a compressed
unconverged_tests.tar.gz
file from another project:Now I want to create a copy of a job using
copy_to
:Note that this is a completely different project. So in fact, the behaviour in #830 is probably more general overall.
pr.job_table()
yields:Now, let us attempt to load the newly created
P_experiment
job:pr.load("P_experiment")
2022-12-02 13:36:38,969 - pyiron_log - WARNING - Job 'P_experiment' does not exist and cannot be loaded
So you cannot load a job that has been created with the
job.copy_to()
functionality! I am not sure if this has to do with the unconverged status of the job.At this point the folder structure looks like this:
Notice the
unconverged_tests
folder.Now let us remove the project.
pr.remove(enable=True)
This appears to run fine, but it doesn't. Calling
ls
yields:So, it removes the
unconverged_tests
sub dir but doesn't remove the parent folder,test
.This may have to do with #930.
The text was updated successfully, but these errors were encountered: