Rhys Goodall
Rhys Goodall
Thanks for the catch. I made some tweaks to the pre-commit hooks to made it consistent with the lint in CI because I was having issues with a black autoformatting...
Thanks! can these more portable models be uploaded to the endpoint for "nequip.net:mir-group/NequIP-OAM-L:0.1"?
When there were similar issues with MACE in the past the solution was to make the default that it always casts the model to CPU before saving regardless of device....
When debugging the compile failure cpu versions for me to test were shared as model links to compile and this was just to allow me to actually test those in...
This does make some breaking changes to #4414 as some of the objects there were left hydrated after as_dict and this also changes that behavior for the PhaseDiagram.
examples of code and new (breaking?) outputs ```python from pprint import pprint from pymatgen.analysis.phase_diagram import PatchedPhaseDiagram, PhaseDiagram, PDEntry from pymatgen.core.composition import Composition # %% entries = [ PDEntry(Composition("Li"), energy=-1.0), PDEntry(Composition("O2"),...