Skip to content
Snippets Groups Projects
Commit f0dfc570 authored by Reimar Leike's avatar Reimar Leike
Browse files

fix seed

parent 0f7d01b4
No related branches found
No related tags found
3 merge requests!543Nifty627,!539Fix complex samples,!537WIP: Test Fisher matrix using definition
Pipeline #76505 passed
......@@ -30,6 +30,7 @@ field = list2fixture([ift.from_random(sp, 'normal') for sp in spaces] +
[ift.from_random(sp, 'normal', dtype=np.complex128) for sp in spaces])
Nsamp = 2000
np.random.seed(42)
def _to_array(d):
if isinstance(d, np.ndarray):
......
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