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
This issue was created with the app's automated bug reporting feature.
Attached to this issue is the full traceback as well as an environment
fingerprint that contains information about the operating system as well as all
installed libraries.
Additional comments (optional):
I opened an old calculation, went to PDOS, and selected orbitals, the different orbitals type labels do not appear (e.g. remains C instead of C2px and if I click on a PDOS channel it crashes)
Attachments
Traceback
/opt/conda/lib/python3.9/site-packages/aiida/storage/psql_dos/orm/utils.py in __getattr__(self, item)
8081ifself.is_saved() andself._is_mutable_model_field(item) andnotself._in_transaction():
---> 82 self._ensure_model_uptodate(fields=(item,))
8384returngetattr(self._model, item)
/opt/conda/lib/python3.9/site-packages/aiida/storage/psql_dos/orm/utils.py in _ensure_model_uptodate(self, fields)
159 :param fields: optionally refresh only these fields, if`None`all fields are refreshed.
160"""
--> 161 self.session.expire(self._model, attribute_names=fields)
162163def_in_transaction(self):
/opt/conda/lib/python3.9/site-packages/sqlalchemy/orm/session.py in expire(self, instance, attribute_names)
3260 except exc.NO_STATE as err:
3261 raise exc.UnmappedInstanceError(instance) from err
-> 3262 self._expire_state(state, attribute_names)
3263
3264 def _expire_state(
/opt/conda/lib/python3.9/site-packages/sqlalchemy/orm/session.py in _expire_state(self, state, attribute_names)
3267 attribute_names: Optional[Iterable[str]],
3268 ) -> None:
-> 3269 self._validate_persistent(state)
3270 if attribute_names:
3271 state._expire_attributes(state.dict, attribute_names)
/opt/conda/lib/python3.9/site-packages/sqlalchemy/orm/session.py in _validate_persistent(self, state)
4136 def _validate_persistent(self, state: InstanceState[Any]) -> None:
4137 if not self.identity_map.contains_state(state):
-> 4138 raise sa_exc.InvalidRequestError(
4139 "Instance '%s' is not persistent within this Session"
4140 % state_str(state)
InvalidRequestError: Instance '<DbNode at 0xffff758f9ca0>' is not persistent within this Session
By submitting this issue I confirm that I am aware that this information can
potentially be used to determine what kind of calculation was performed at the
time of error.
The text was updated successfully, but these errors were encountered:
Automated report
This issue was created with the app's automated bug reporting feature.
Attached to this issue is the full traceback as well as an environment
fingerprint that contains information about the operating system as well as all
installed libraries.
Additional comments (optional):
I opened an old calculation, went to PDOS, and selected orbitals, the different orbitals type labels do not appear (e.g. remains C instead of C2px and if I click on a PDOS channel it crashes)
Attachments
Traceback
Environment fingerprint
By submitting this issue I confirm that I am aware that this information can
potentially be used to determine what kind of calculation was performed at the
time of error.
The text was updated successfully, but these errors were encountered: