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
Added more anisotropy handling + fix global in review (#14)
* Added more anisotropy handling + fix global in review
- Added to inference
- Added to crop
- Moved all anisotropy functions to AnisoWIdgets class
- Fixed logo for helper
- Removed global in review, now always opens in new window
- Added weights to gitignore (.pth)
* Update tox.ini
Test fix
* lint
black
* Test fix + napari hub quickstart
- Changed review test
- Wrote missing quickstart for napari-hub
* Trying to fix loose viewer in tests
* Test fix
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
66
66
To run tests locally:
67
67
68
68
- Locally : run ``pytest`` in the plugin folder
69
-
- Locally with coverage : In the plugin folder, run ``coverage run --source=src -m pytest`` then ``coverage.xml`` to generate a .xml coverage file.
69
+
- Locally with coverage : In the plugin folder, run ``coverage run --source=napari_cellseg3d -m pytest`` then ``coveragexml`` to generate a .xml coverage file.
70
70
- With tox : run ``tox`` in the plugin folder (will simulate tests with several python and OS configs, requires substantial storage space)
0 commit comments