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):
Possibly messed it up in #984 or #1104. Looking into it
Attachments
Traceback
~/.local/lib/python3.9/site-packages/traitlets/traitlets.py in set(self, obj, value)
704705defset(self, obj, value):
--> 706 new_value = self._validate(obj, value)
707try:
708 old_value = obj._trait_values[self.name]
~/.local/lib/python3.9/site-packages/traitlets/traitlets.py in _validate(self, obj, value)
738 value =self.validate(obj, value)
739if obj._cross_validation_lock isFalse:
--> 740 value = self._cross_validate(obj, value)
741return value
742
~/.local/lib/python3.9/site-packages/traitlets/traitlets.py in _cross_validate(self, obj, value)
744ifself.name in obj._trait_validators:
745 proposal = Bunch({"trait": self, "value": value, "owner": obj})
--> 746 value = obj._trait_validators[self.name](obj, proposal)
747elifhasattr(obj, "_%s_validate"%self.name):
748 meth_name ="_%s_validate"%self.name
~/.local/lib/python3.9/site-packages/traitlets/traitlets.py in __call__(self, *args, **kwargs)
1231 """Pass `*args` and `**kwargs` to the handler's function if it exists."""
1232 if hasattr(self, "func"):
-> 1233 return self.func(*args, **kwargs)
1234 else:
1235 return self._init_call(*args, **kwargs)
/opt/conda/lib/python3.9/site-packages/ipywidgets/widgets/widget_selection.py in _validate_value(self, proposal)
241return findvalue(self._options_values, value, self.equals) if value isnotNoneelseNone242exceptValueError:
--> 243 raise TraitError('Invalid selection: value not found')
244245@observe('value')
TraitError: Invalid selection: value not found
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):
Possibly messed it up in #984 or #1104. Looking into it
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: