Skip to content
Snippets Groups Projects
Commit 5b1d3810 authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[TEST] Add seed to test to be able to reproduce the test

parent 9d9eb972
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,7 @@ def test_execute_multi_thresholding():
assert (results_scaled == outputs_scaled).all()
# performance and random test
np.random.seed(0)
inputs = np.random.random((1, 256, 64, 64))
thresholds = (np.array([[1, 2, 3, 4, 5, 6]]) - 0.5) / 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment