Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuen committed Feb 10, 2020
1 parent c4e7714 commit bdab887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic3_data/data_formats_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ def mc_tree_input_data(frame, pulses, config, dom_exclusions,

data_dict = get_mc_tree_input_data_dict(
frame, angle_bins_rad, distance_bins, distance_cutoff, energy_cutoff)
return data_dict
return global_time_offset, data_dict

0 comments on commit bdab887

Please sign in to comment.