Skip to content
Snippets Groups Projects
Commit ceb874da authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Changed the random seed

parent 96cedb44
No related branches found
No related tags found
1 merge request!852Resolve "Scheduled tests failing"
Pipeline #149143 passed
......@@ -41,7 +41,7 @@ class Test(unittest.TestCase):
duration = 4.0
sampling_frequency = 2048.0
label = "full_15_parameters"
np.random.seed(8817023)
np.random.seed(8817020)
waveform_arguments = dict(
waveform_approximant="IMRPhenomPv2",
......
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