Fix typo in doc example (issue #93)

This commit is contained in:
Manuel 2018-05-31 09:27:51 -04:00
parent 45031b3bfe
commit 8e883f6118
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ p["random_seed"] = 123 * mpi.rank + 567
p["length_cycle"] = 200
p["n_warmup_cycles"] = 100000
p["n_cycles"] = 1000000
p["perfrom_tail_fit"] = True
p["perform_tail_fit"] = True
p["fit_max_moments"] = 4
p["fit_min_n"] = 30
p["fit_max_n"] = 60

View File

@ -25,7 +25,7 @@ p["random_seed"] = 123 * mpi.rank + 567
p["length_cycle"] = 200
p["n_warmup_cycles"] = 100000
p["n_cycles"] = 1000000
p["perfrom_tail_fit"] = True
p["perform_tail_fit"] = True
p["fit_max_moments"] = 4
p["fit_min_n"] = 30
p["fit_max_n"] = 60