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
{{ message }}
This repository has been archived by the owner. It is now read-only.
For an annotation of type 'text':
The dialog Before saving changes to this annotation, you must enter an "Annotated text" and then localize it. appears.
For an annotation of type 'position':
NeuroCurator crashes (v0.4.4 but not v0.4.3 even if the exception is the same) with:
Traceback (most recent call last):
File "/Users/fonta/repos/neurocurator/neurocurator/annotWidgets.py", line 201, in savingNeeded
self.updateCurrentAnnotation()
File "/Users/fonta/repos/neurocurator/neurocurator/annotWidgets.py", line 210, in updateCurrentAnnotation
self.editAnnotWgt[self.annotationTypesCbo.currentText()].updateCurrentAnnotation()
File "/Users/fonta/repos/neurocurator/neurocurator/annotWidgets.py", line 533, in updateCurrentAnnotation
self.container.currentAnnotation.localizer = PositionLocalizer(int(self.noPageTxt.text()), float(self.xTxt.text()),
ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered:
Steps:
For an annotation of type 'text':
The dialog Before saving changes to this annotation, you must enter an "Annotated text" and then localize it. appears.
For an annotation of type 'position':
NeuroCurator crashes (v0.4.4 but not v0.4.3 even if the exception is the same) with:
The text was updated successfully, but these errors were encountered: