pyiron_base icon indicating copy to clipboard operation
pyiron_base copied to clipboard

Restarting old jobs does not work anymore with the latest update

Open ahmedabdelkawy opened this issue 8 months ago • 5 comments

All restart functionality is broken for old jobs (not sure how to allow others to reproduce this)

error: rror saving warn (key /Ni111_Mo_surface_sub1_cov/input/vasp_dict/eddrmm_handling): h5io_browser doesn't support saving elements of type "<class 'str'>" to HDF!

  • switching pyiron versions to the old ones did not work
  • manually changing h5io_browser did not work
  • old problematic jobs: type(job_test['input/vasp_dict']) -> dict
  • new working jobs: type(job_test['input/vasp_dict']) -> pyiron_base.storage.hdfio.ProjectHDFio

ahmedabdelkawy avatar Jul 03 '24 11:07 ahmedabdelkawy