Skip to content

Commit b043dc3

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent b9e0b14 commit b043dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning_hep/fitting/roofitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import ROOT
1717
from ROOT import RooFit, RooArgSet, RooRealVar, RooAddPdf, RooArgList, TPaveText
1818

19-
# pylint: disable=too-few-public-methods
19+
# pylint: disable=too-few-public-methods, too-many-statements
2020
# (temporary until we add more functionality)
2121
class RooFitter:
2222
def __init__(self):

0 commit comments

Comments
 (0)