You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the caching mechanism does not distinguish HubbardStructureData from standard StructureData.
The very same simulation but changing the structure to be HubbardStructureData is considered identical to the original one, and so if caching is enabled this causes problems.
I guess there is just a check on the attributes of StructureData.
Pinning @bastonero and @mbercx: do you have comments on this? is it a known issue?
The text was updated successfully, but these errors were encountered:
Interesting, indeed I don't know how it generates the hash. Maybe we can simply store an attribute in the constructor, but isn't it an issue of aiida-core that does not distinguish two different class entry-points?
It seems that the caching mechanism does not distinguish HubbardStructureData from standard StructureData.
The very same simulation but changing the structure to be HubbardStructureData is considered identical to the original one, and so if caching is enabled this causes problems.
I guess there is just a check on the attributes of StructureData.
Pinning @bastonero and @mbercx: do you have comments on this? is it a known issue?
The text was updated successfully, but these errors were encountered: