Skip to content

Commit

Permalink
Fix tests (failures due to bad parameters)
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Apr 19, 2024
1 parent bc10948 commit 16580e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fluidimage/topologies/test_bos.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_bos(tmp_path_karman, executor):
params.piv0.shape_crop_im0 = 16

# compute only few vectors
params.piv0.grid.overlap = -8
params.piv0.grid.overlap = -2

params.saving.how = "recompute"
params.saving.postfix = postfix
Expand Down
2 changes: 1 addition & 1 deletion src/fluidimage/works/piv/test_piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_minimal_piv(tmp_path):

params.multipass.number = 2

params.fix.displacement_max = 2
params.fix.displacement_max = 3
params.fix.threshold_diff_neighbour = 2

params.series.path = str(path_images / "Oseen*")
Expand Down

0 comments on commit 16580e2

Please sign in to comment.