Skip to content

Commit

Permalink
remove geant4_interactions dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Jakob committed Aug 8, 2024
1 parent 2f8e8e3 commit 0e574c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltax/plugins/f_raw_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def compute(self, raw_records, start, end):
self.source_done = source_done

# Stick rigorously with raw_records time range
return self.chunk(start=start, end=end, data=data, data_type="geant4_interactions")
return self.chunk(start=start, end=end, data=data)#, data_type="geant4_interactions")

except StopIteration:
raise RuntimeError("Bug in chunk building!")
Expand Down

0 comments on commit 0e574c4

Please sign in to comment.