-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am geeting an error while running the concatination:
ValueError: Shape of individual tiles in multiscale (48275, 214, 4) cannot exceed GL_MAX_TEXTURE_SIZE 16384. Rendering is currently in 2D mode.
/Users/petrazahajska/mambaforge/envs/sediment_may2025/lib/python3.12/site-packages/napari/layers/base/base.py:2087: RuntimeWarning: invalid value encountered in cast!
The result is that the concatenated CSV is not created.
When I tried to reinstall napari-sediment to a new clean environment, I can't even open the plugin, with this error:
RuntimeError: Failed to import command at 'napari_sediment.widgets.concatenation_widget:ConcatenationWidget': 1 validation error for Colormap
controls
Wrong number of control points provided. Expected 4, got 3 (type=value_error)