Skip to content
Snippets Groups Projects
Commit 1be6ac4c authored by Colm Talbot's avatar Colm Talbot
Browse files

Change seed for sampling from the prior

parent 2847f983
No related branches found
No related tags found
1 merge request!759Change seed for sampling from the prior
Pipeline #119363 passed
......@@ -83,6 +83,7 @@ python-3.7-samplers:
- python -m pip install .
- pytest test/sampler_test.py --durations 10
- pytest test/sample_from_the_prior_test.py
# test samplers on python 3.6
python-3.6-samplers:
......
......@@ -43,7 +43,7 @@ class Test(unittest.TestCase):
duration = 4.
sampling_frequency = 2048.
label = 'full_15_parameters'
np.random.seed(88170235)
np.random.seed(8817023)
waveform_arguments = dict(waveform_approximant='IMRPhenomPv2',
reference_frequency=50., minimum_frequency=20.)
......
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