Skip to content

Commit d9a8b78

Browse files
third moment
1 parent e36eecc commit d9a8b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/statistics/speyTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
__all__ = [ "SpeyComputer", "SpeyAnalysesCombosComputer" ]
1313

1414
from typing import Union, Text, Tuple, Dict, List
15+
import sys
1516
from spey import ExpectationType, StatisticalModel, get_backend
1617
import spey
1718
try:
@@ -152,7 +153,6 @@ def getNNModel ( self, nsig ):
152153
""" here is the code for how we create a spey speyModel that uses an NN
153154
as its backend """
154155
#For the moment, the ml-likelihood backned has to be dowanloaded and installed manually. In the future, the backend could be directly embedded and installed in SmodelS.
155-
# import sys
156156
# MLlikePath='/Users/humberto/Documents/work/learn_pyhf_smodels/ML_LHClikelihoods'
157157
# MLlikePath='/home/walten/git/ML_LHClikelihoods/'
158158

0 commit comments

Comments
 (0)