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 4831940 commit 0230a51Copy full SHA for 0230a51
examples/workbook.ipynb
@@ -392,7 +392,7 @@
392
],
393
"metadata": {
394
"kernelspec": {
395
- "display_name": "microns_trippy",
+ "display_name": "Python 3",
396
"language": "python",
397
"name": "python3"
398
},
@@ -406,7 +406,7 @@
406
"name": "python",
407
"nbconvert_exporter": "python",
408
"pygments_lexer": "ipython3",
409
- "version": "3.10.16"
+ "version": "3.11.11"
410
}
411
412
"nbformat": 4,
tests/test_zarr.py
@@ -39,7 +39,6 @@ def test_zarr_v2_roundtrip() -> None:
39
# read data
40
z_arr_r = open_array(store=store)
41
assert z_arr_r.dtype == decoded_dtype
42
- breakpoint()
43
assert nearly_equal(z_arr_r, data_rt, sensitivity * 0.5)
44
45
0 commit comments