Skip to content

Commit 0230a51

Browse files
remove breakpoint
1 parent 4831940 commit 0230a51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/workbook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
],
393393
"metadata": {
394394
"kernelspec": {
395-
"display_name": "microns_trippy",
395+
"display_name": "Python 3",
396396
"language": "python",
397397
"name": "python3"
398398
},
@@ -406,7 +406,7 @@
406406
"name": "python",
407407
"nbconvert_exporter": "python",
408408
"pygments_lexer": "ipython3",
409-
"version": "3.10.16"
409+
"version": "3.11.11"
410410
}
411411
},
412412
"nbformat": 4,

tests/test_zarr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_zarr_v2_roundtrip() -> None:
3939
# read data
4040
z_arr_r = open_array(store=store)
4141
assert z_arr_r.dtype == decoded_dtype
42-
breakpoint()
4342
assert nearly_equal(z_arr_r, data_rt, sensitivity * 0.5)
4443

4544

0 commit comments

Comments
 (0)