Skip to content
Snippets Groups Projects
Commit 10221aa2 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

debugging

parent a4c5fa7d
No related branches found
No related tags found
No related merge requests found
Pipeline #167523 passed
...@@ -375,7 +375,7 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher): ...@@ -375,7 +375,7 @@ class OnlineMIDProcessor(TrainMatcher.TrainMatcher):
if numPixelPerGainStage is not None: if numPixelPerGainStage is not None:
plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'data.accumulating_lit_bunch', GainStagePlotter, train_id, numPixelPerGainStage) plot_hash = self.onlineImagePlotter.add_to_hash(plot_hash, 'data.accumulating_lit_bunch', GainStagePlotter, train_id, numPixelPerGainStage)
if self.schemupdate_test is False: if self.schemupdate_test is False and False:
print("updating schema") print("updating schema")
res = Schema() res = Schema()
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment