Skip to content
Snippets Groups Projects
Commit 5fc3253a authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix for pts to minutes adjustment

parent aca985c7
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ class Writer(BridgeH5):
maxshape=(max_tps,),
dtype="uint16",
)
tps = df.columns.tolist()
tps = list(range(df.shape[1]))
f[tp_path][tps] = tps
else:
f[path].attrs["columns"] = df.columns.tolist()
......
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