Skip to content

Commit

Permalink
Update skimage seed -> rng
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jun 26, 2024
1 parent 4eff43a commit af3486f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ package_dir =
setup_requires = setuptools_scm
install_requires =
magicgui
napari>=0.4.11.dev80
napari-plugin-engine>=0.1.4
napari>=0.4.19
numpy
pyyaml
qtpy
scipy
scikit-image
scikit-image>=0.21
toolz
zarr
zarr>=2.11,<3

python_requires = >=3.7

Expand Down
2 changes: 1 addition & 1 deletion src/zarpaint/_tests/test_watershed.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_watershed_split_3d_with_blobs(make_napari_viewer):
blob_size_fraction=0.1,
n_dim=3,
volume_fraction=0.1,
seed=0
rng=0,
)
labeled_blobs = ndi.label(blobs)[0]
viewer = make_napari_viewer()
Expand Down

0 comments on commit af3486f

Please sign in to comment.