We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
single-cell features
If an FOV is already loaded in napari (say, 0/0/0, trying to load another FOV, say 0/2/0) throws the following error.
0/0/0
0/2/0
File /hpc/mydata/shalin.mehta/envs/ndutils/lib/python3.11/site-packages/napari/layers/_scalar_field/scalar_field.py:381, in ScalarFieldBase._get_level_shapes(self=<Image layer 'DIC'>) 379 shapes = data.shapes 380 else: --> 381 shapes = [self.data.shape] self = <Image layer 'DIC' at 0x7f054df50750> 382 return shapes EmitLoopError: While emitting signal 'magicgui.widgets.PushButton.changed', a AttributeError occurred in a callback: Signal emitted at: /hpc/mydata/shalin.mehta/envs/ndutils/lib/python3.11/site-packages/magicgui/widgets/bases/_value_widget.py:71, in _on_value_change > self.changed.emit(value) Callback error at: /hpc/mydata/shalin.mehta/envs/ndutils/lib/python3.11/site-packages/napari/layers/_scalar_field/scalar_field.py:381, in _get_level_shapes > shapes = [self.data.shape]
The error only occurs if the layers from 0/0/0 are populated before.
The text was updated successfully, but these errors were encountered:
ziw-liu
No branches or pull requests
If an FOV is already loaded in napari (say,
0/0/0
, trying to load another FOV, say0/2/0
) throws the following error.The error only occurs if the layers from
0/0/0
are populated before.The text was updated successfully, but these errors were encountered: