Skip to content

Commit 0145511

Browse files
committed
Fix loading the renamed test file
1 parent 11ae337 commit 0145511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/example_01.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"outputs": [],
208208
"source": [
209209
"# Load the TopoStats file as an image, pixel to nm scaling factor, and metadata\n",
210-
"FILE = \"../tests/resources/sample_0.topostats\"\n",
210+
"FILE = \"../tests/resources/sample_0_1.topostats\"\n",
211211
"image, pixel_to_nm_scaling, metadata = load_topostats(file_path=FILE)"
212212
]
213213
},

tests/test_topostats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
("file_name", "topostats_file_version", "image_shape", "pixel_to_nm_scaling", "data_keys", "image_sum"),
1616
[
1717
pytest.param(
18-
"sample_0.topostats",
18+
"sample_0_1.topostats",
1919
0.1,
2020
(64, 64),
2121
1.97601171875,

0 commit comments

Comments
 (0)