Skip to content

Commit a87391d

Browse files
committed
typo
1 parent 61e3cec commit a87391d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picasso_workflow/tests/test_real_data_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ def test_minimal_pipeline_on_real_data(network_test_data, tmp_path):
182182
f"localize did not succeed for {movie_path}"
183183
)
184184
n_locs = wr.results["01_identify"].get("num_identifications", 0)
185-
print("n_locs from results"j, n_locs)
185+
print("n_locs from results", n_locs)
186186
n_locs = len(wr.autopicasso.locs.index)
187-
print("n_locs from locs"j, n_locs)
187+
print("n_locs from locs", n_locs)
188188
assert n_locs > 0, (
189189
f"No localisations found in {movie_path}; "
190190
"check that the file is a real DNA-PAINT acquisition"

0 commit comments

Comments
 (0)