File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11-r ../../requirements.txt
2- sphinx
2+ # NOTE: Sphinx v9.0.0 introduced several breaking changes, including
3+ # incompatibility with Sphinx multiversion project, see:
4+ # https://github.com/sphinx-contrib/multiversion/issues/201
5+ sphinx < 9.0.0
36sphinx_rtd_theme
47nbsphinx
58ipython
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def pointlikesource_to_data_field_array(
104104
105105
106106def calculate_pval_from_trials (
107- ts_vals , ts_threshold , comp_operator = 'greater ' ):
107+ ts_vals , ts_threshold , comp_operator = 'greater_equal ' ):
108108 """Calculates the percentage (p-value) of test-statistic trials that are
109109 above the given test-statistic critical value.
110110 In addition it calculates the standard deviation of the p-value assuming
You can’t perform that action at this time.
0 commit comments