Skip to content

Commit

Permalink
fixing README example
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Nov 30, 2023
1 parent decbfaa commit 7a24efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: absolufy-imports
# sorting imports
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
# automatic upgrade to newer python versions syntax
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ viewer.open(image_path, plugin="napari-ome-zarr")

tracks = pd.read_csv(tracks_path)
viewer.add_tracks(tracks[["TrackID", "t", "z", "y", "x"]])
viewer.add_points(name="Markers")
viewer.add_points(name="Markers", ndim=4)

napari.run()
```
Expand Down

0 comments on commit 7a24efe

Please sign in to comment.