Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Nov 14, 2024
1 parent b9e0b14 commit b043dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning_hep/fitting/roofitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import ROOT
from ROOT import RooFit, RooArgSet, RooRealVar, RooAddPdf, RooArgList, TPaveText

# pylint: disable=too-few-public-methods
# pylint: disable=too-few-public-methods, too-many-statements
# (temporary until we add more functionality)
class RooFitter:
def __init__(self):
Expand Down

0 comments on commit b043dc3

Please sign in to comment.