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):
Not sure what I did, I was setting "molecule" for the periodicity with a molecule from the examples in the demo server
Attachments
Traceback
/opt/conda/lib/python3.9/contextlib.py in __exit__(self, typ, value, traceback)
124if typ isNone:
125try:
--> 126 next(self.gen)
127exceptStopIteration:
128returnFalse
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in hold_trait_notifications(self)
1500 for changes in cache.values():
1501 for change in changes:
-> 1502 self.notify_change(change)
1503
1504 def _notify_trait(self, name, old_value, new_value):
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in notify_change(self, change)
1515 def notify_change(self, change):
1516 """Notify observers of a change event"""
-> 1517 return self._notify_observers(change)
1518
1519 def _notify_observers(self, event):
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in _notify_observers(self, event)
1562 c = getattr(self, c.name)
1563
-> 1564 c(event)
1565
1566 def _add_notifiers(self, handler, name, type):
/opt/conda/lib/python3.9/site-packages/traitlets/traitlets.py in _update_target(self, change)
368setattr(self.target[0], self.target[1], self._transform(change.new))
369ifgetattr(self.source[0], self.source[1]) != change.new:
--> 370 raise TraitError(
371"Broken link {}: the source value changed while updating "372"the target.".format(self)
TraitError: Broken link <traitlets.traitlets.link object at 0x7fcd3cef3850>: the source value changed while updating the target.
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):
Not sure what I did, I was setting "molecule" for the periodicity with a molecule from the examples in the demo server
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: