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
The reason why this line fails is because Sphinx uses DataContainer and has tags like cells__index_2, which obviously is not the same as cells when it's accessed from project_hdf5. I guess this topic really requires an overhaul discussion because it's a recurring issue with no structural solution in the current format
The text was updated successfully, but these errors were encountered:
You should be able to just change project_hdf5 to content in the sphinx output, then it'll be resolve the data container automatically. I added this to base some time ago, but never got to using it here.
pyiron_atomistics/pyiron_atomistics/atomistics/job/atomistic.py
Line 1032 in 4361b7b
The reason why this line fails is because Sphinx uses
DataContainer
and has tags likecells__index_2
, which obviously is not the same ascells
when it's accessed fromproject_hdf5
. I guess this topic really requires an overhaul discussion because it's a recurring issue with no structural solution in the current formatThe text was updated successfully, but these errors were encountered: