Skip to content

Commit 38d1b99

Browse files
Merge pull request #248 from icecube/fix_247
Fix #247
2 parents 9adc6e0 + 0b7659f commit 38d1b99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/sphinx/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
36
sphinx_rtd_theme
47
nbsphinx
58
ipython

skyllh/core/utils/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def pointlikesource_to_data_field_array(
104104

105105

106106
def 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

0 commit comments

Comments
 (0)