We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e0b14 commit b043dc3Copy full SHA for b043dc3
machine_learning_hep/fitting/roofitter.py
@@ -16,7 +16,7 @@
16
import ROOT
17
from ROOT import RooFit, RooArgSet, RooRealVar, RooAddPdf, RooArgList, TPaveText
18
19
-# pylint: disable=too-few-public-methods
+# pylint: disable=too-few-public-methods, too-many-statements
20
# (temporary until we add more functionality)
21
class RooFitter:
22
def __init__(self):
0 commit comments