Skip to content

Commit 4c902ba

Browse files
committed
update example
1 parent cad17c8 commit 4c902ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ndwidget/ndimage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
# must define a reference range for each dim
1818
ref = {
19-
"time": ("time", "s", 0, 1000, 1),
20-
"depth": ("depth", "um", 0, 30, 1),
19+
"time": (0, 1000, 1),
20+
"depth": (0, 30, 1),
2121
}
2222

2323

0 commit comments

Comments
 (0)