sirmarcel / cmlkit

tools for machine learning in condensed matter physics and quantum chemistry
MIT License
34 stars 6 forks source link

No longer update hashes on load_dataset #9

Closed sirmarcel closed 2 years ago

sirmarcel commented 2 years ago

Apparently, we can no longer expect joblib hashes to be stable, at least for numpy data. So we no longer update it when we load, instead we just keep it as it was saved in the file. This may break if stuff gets changed in the file by hand, but that’s probably an edge case we can safely ignore.

sirmarcel commented 2 years ago

Incorporated into develop-2.0. Closing