We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the project.maintenance.local.defrgament_storage() functionality is broken. Fails with following:
File ~/git_projects/pyiron_base/pyiron_base/project/maintenance.py:102, in LocalMaintenance.defragment_storage(self, recursive, progress, **kwargs) 98 for job in self._project.iter_jobs( 99 recursive=recursive, progress=progress, convert_to_object=False, **kwargs 100 ): 101 hdf = job.project_hdf5 --> 102 hdf.rewrite_hdf(job.name) AttributeError: 'ProjectHDFio' object has no attribute 'rewrite_hdf'
Also there is rewrite_hdf and rewrite_hdf5 and I am not sure how they differ.
The text was updated successfully, but these errors were encountered:
niklassiemer
No branches or pull requests
Currently the project.maintenance.local.defrgament_storage() functionality is broken.
Fails with following:
Also there is rewrite_hdf and rewrite_hdf5 and I am not sure how they differ.
The text was updated successfully, but these errors were encountered: