Skip to content
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

project maintenance is outdated and not tested #1130

Open
Leimeroth opened this issue Jun 12, 2023 · 0 comments
Open

project maintenance is outdated and not tested #1130

Leimeroth opened this issue Jun 12, 2023 · 0 comments
Assignees

Comments

@Leimeroth
Copy link
Member

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.

@niklassiemer niklassiemer self-assigned this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants