We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a64f32 commit 2585033Copy full SHA for 2585033
napari_cellseg3d/_tests/test_dock_widget.py
@@ -7,7 +7,7 @@
7
8
def test_prepare(make_napari_viewer):
9
path_image = str(
10
- Path(__file__).resolve().parent + "/res/test.tif"
+ Path(__file__).resolve().parent / "res/test.tif"
11
)
12
image = imread(str(path_image))
13
viewer = make_napari_viewer()
0 commit comments