We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727246c commit acfe949Copy full SHA for acfe949
1 file changed
openpiv/test/test_process.py
@@ -90,6 +90,7 @@ def test_extended_search_area():
90
91
def test_extended_search_area_overlap():
92
""" test of the extended area PIV with different overlap """
93
+ np.random.seed(42) # Set a fixed random seed for reproducibility
94
frame_a, frame_b = create_pair(image_size=72)
95
u, v, _ = piv(frame_a, frame_b,
96
window_size=16,
0 commit comments