Skip to content

Commit

Permalink
Fix scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 9, 2020
1 parent 0ce98bf commit b538678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_full_analysis_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_declination_sensitivity(self):
"llh_dict": llh_dict,
"n_steps": 5,
"n_trials": 10,
"scale": 50.
"scale": 3.
}

analyse(mh_dict, n_cpu=2, cluster=False)
Expand Down

0 comments on commit b538678

Please sign in to comment.