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 error happens after a second or two of holding down 'w'.
Can not find intersection between node 1706431 and 1706430 at Z = 9149
Click to show/hide detail (please include in bug reports)
Version: 2021.12.21.dev0+unknown
Error
at CATMAID.Error [as constructor] (https://neurophyla.mrc-lmb.cam.ac.uk/catmaid/fibsem/static/js/libs/catmaid-lib.29d65230bd43.js:20:19)
at new CATMAID.ValueError (https://neurophyla.mrc-lmb.cam.ac.uk/catmaid/fibsem/static/js/libs/catmaid-lib.29d65230bd43.js:36:19)
at CATMAID._createVirtualNode (https://neurophyla.mrc-lmb.cam.ac.uk/catmaid/fibsem/static/js/catmaid.c776e4d0210d.js:93126:13)
at CATMAID.createVirtualNode (https://neurophyla.mrc-lmb.cam.ac.uk/catmaid/fibsem/static/js/catmaid.c776e4d0210d.js:93104:20)
at https://neurophyla.mrc-lmb.cam.ac.uk/catmaid/fibsem/static/js/catmaid.c776e4d0210d.js:93633:30
at async Promise.all (index 0)
The text was updated successfully, but these errors were encountered:
The parent node's zdiff (relative distance to current Z) refers to the Z
of its initial creation. Sometimes virtual nodes are possibly created
for other Zs. Since the stored zdiff is wrong in those cases, it must
computed on the fly. This is what this commit adds. With "wrong" parent
zdiffs, an error like "Can not find intersection between node 1706431
and 1706430 at Z = 9149" could appear in rare cases.
Fixes#2296
I am using '2' for Virtual node step.
The error happens after a second or two of holding down 'w'.
The text was updated successfully, but these errors were encountered: