Closed alessandrofelder closed 1 year ago
Preview page for your plugin is ready here: https://preview.napari-hub.org/brainglobe/brainglobe-napari-io/46 Created: 2023-08-22T13:38:15.078754
Something to flag here - I would have thought we'd catch something like this in our test suite on this repository... but it looks like we only have 3 test files and one of them is a placeholder:
Probably should introduce some more tests so that we don't catch CI-breaks on other repos?
Something to flag here - I would have thought we'd catch something like this in our test suite on this repository... but it looks like we only have 3 test files and one of them is a placeholder:
* The culprit: https://github.com/brainglobe/brainglobe-napari-io/blob/main/brainglobe_napari_io/tests/test_brainglobe_napari_io.py
Probably should introduce some more tests so that we don't catch CI-breaks on other repos?
There's an open issue, it's just been open for a while. This repo should be fairly easy to test though.
Before submitting a pull request (PR), please read the contributing guide.
Description
What is this PR
Why is this PR needed? Seems to have caused CI failure elsewhere?
What does this PR do? Fixes an import statement that tries to import something that doesn't exist.
References
n/a
How has this PR been tested?
n/a
Is this a breaking change?
No
Does this PR require an update to the documentation?
No
Checklist: