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

bugfix

Former-commit-id: b78c42d8423e64fd3a0ffb9a36eddde7bf368f58
parent 0f7e2b88
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class PostProcessor:
with h5py.File(self._filename, "r") as f:
prev_idchanges = self._signal.get_id_changes()
changes_history = list(prev_idchanges) + merge_events
changes_history = list(prev_idchanges) + [np.array(x) for x in merge_events]
self._writer.write("id_changes", data=changes_history)
# self._writer.write(
# "/postprocessing/merge_events/",
......
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