Skip to content

Commit 39d83ae

Browse files
committed
enable energy offset in benchmark
1 parent 34684b1 commit 39d83ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/benchmark_sed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_workflow_1d() -> None:
121121
system_config={},
122122
verbose=True,
123123
)
124+
processor.dataframe["sampleBias"] = 16.7
124125
processor.add_jitter()
125126
processor.apply_momentum_correction()
126127
processor.apply_momentum_calibration()
@@ -155,6 +156,7 @@ def test_workflow_4d() -> None:
155156
system_config={},
156157
verbose=True,
157158
)
159+
processor.dataframe["sampleBias"] = 16.7
158160
processor.add_jitter()
159161
processor.apply_momentum_correction()
160162
processor.apply_momentum_calibration()

0 commit comments

Comments
 (0)