Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Wardle committed Jul 31, 2024
1 parent 52c6a9a commit 2a34f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Datacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def print_structure(self):
print("DC.groups = ", self.groups, "#", type(self.groups))
print("DC.discretes = ", self.discretes, "#", type(self.discretes))
print("DC.pdfnorms = ", self.pdfnorms, "#", type(self.pdfnorms))
print("DC.toCreateFlatParam = ",self.toCreateFlatParam, "#", type(self.toCreateFlatParam))
print("DC.toCreateFlatParam = ", self.toCreateFlatParam, "#", type(self.toCreateFlatParam))

print(
"""
Expand Down

0 comments on commit 2a34f04

Please sign in to comment.