Skip to content

Commit

Permalink
Update compute_fisher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYun1995 authored Nov 19, 2024
1 parent b7ae0c4 commit 39c8c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/compute_fisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# specific path and parameters
root_path = '/Volumes/Seagate/Works/20240421_Work/CWTextrema/data/quijote/'
paras = ['LC', 'EQ', 'OR_LSS','Om','Ob2','s8','ns','h']
paras = ['LC', 'EQ', 'OR_LSS','h','ns','Om','Ob2','s8']
delta = {'LC': 200.,
'EQ': 200.,
'OR_LSS': 200.,
'h': 0.04,
'ns': 0.04,
'Om': 0.02,
'Ob2': 0.004,
's8': 0.03,
'ns': 0.04,
'h': 0.04
}
nsims_fiducial = 15000
nsims_derivatives = 500
Expand Down

0 comments on commit 39c8c52

Please sign in to comment.