Closed mstabrin closed 2 years ago
Are those failing tests related to my change?
Looks unrelated. Also visible on main
branch.
@Czaki Do you think we can merge the fix or should we wait for the windows tests to pass again?
thanks @mstabrin, LGTM
I just did a plugin installation via cookiecutter, but loading the sample data lead to:
TypeError: ViewerModel._add_layer_from_data() takes from 2 to 4 positional arguments but 513 were given
I checked the code here: https://github.com/napari/napari/blob/main/napari/plugins/_skimage_data.py
and adapted the make_sample_data return values accordingly.