Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpauszek committed Jan 30, 2025
1 parent eb68801 commit da23310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lumicks/pylake/kymotracker/tests/test_greedy_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def test_track_calibrated_flipped(tether_len, start, end):
([5, 15], [6, 15], [7, 14], [8, 15], [9, 16]),
]
for coords in ref_tracks:
for c in coords:
image[*c[::-1]] = 10
for t, p in coords:
image[p, t] = 10

kymo = _kymo_from_array(image, "g", line_time_seconds=0.1, pixel_size_um=0.050)
kymo_flipped = kymo.flip()
Expand Down

0 comments on commit da23310

Please sign in to comment.