Skip to content

Commit

Permalink
REG
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlp authored and davidlp committed Mar 13, 2016
1 parent c572dc3 commit e4ab5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixel_clusterizer/clusterizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, hit_fields=None, hit_dtype=None, cluster_fields=None, cluster

# Set the translation dictionary for the important hit value names
if hit_fields:
self.set_hit_fields(hit_data_type)
self.set_hit_fields(hit_fields)
else:
self.set_hit_fields({'event_number': 'event_number',
'column': 'column',
Expand Down

0 comments on commit e4ab5df

Please sign in to comment.