Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PseudoPotentialData
: Adapt to caching changes in aiida-core==2.6
In `aiida-core` v2.6.0, the caching API was changed. See this commit e330004024ad5121f9bc82cbe972cd283f25fec8 . The method `NodeCaching._get_objects_to_hash` was renamed to `get_objects_to_hash`. To compute the hash, `compute_hash` should now be called instead of the `get_hash`, which simply fetches the value stored in the extras.
- Loading branch information