mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:58:01 +00:00
Update script
This commit is contained in:
parent
cc8075b159
commit
006b5c3b40
1 changed files with 3 additions and 3 deletions
|
@ -209,12 +209,12 @@ if __name__ == "__main__":
|
||||||
# Fixed user parameters #
|
# Fixed user parameters #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
nsteps = 5000
|
nsteps = 50000
|
||||||
nburn = 500
|
nburn = 1000
|
||||||
zcmb_max = 0.06
|
zcmb_max = 0.06
|
||||||
sample_alpha = True
|
sample_alpha = True
|
||||||
sample_beta = True
|
sample_beta = True
|
||||||
calculate_evidence = False
|
calculate_evidence = True
|
||||||
nchains_harmonic = 10
|
nchains_harmonic = 10
|
||||||
num_epochs = 30
|
num_epochs = 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue