Skip to content
Snippets Groups Projects
Commit ee7c9ba0 authored by Stefan Reck's avatar Stefan Reck
Browse files

minor

parent 65029d15
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class McInfoMaker(kp.Module):
else:
dtypes.append((key, np.float64))
else:
dtypes = [(k, type(v)) for k, v in track.items()]
dtypes = None
kp_hist = kp.dataclasses.Table(
track, dtype=dtypes, h5loc='y', name='event_info')
if len(kp_hist) != 1:
......
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