Skip to content

Commit 0a523c8

Browse files
Add subtract FSE option to test inputs
1 parent 269cc17 commit 0a523c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/data/analysis/inputs/analysis_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class ForwardAnalysisInputs(SampleParameters):
8787
class YSpaceFitInputs:
8888
showPlots = False
8989
symmetrisationFlag = True
90+
subtractFSE = False
9091
rebinParametersForYSpaceFit = "-20, 0.5, 20" # Needs to be symetric
9192
fitModel = "SINGLE_GAUSSIAN"
9293
runMinos = True

0 commit comments

Comments
 (0)