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

redirect merges output

Former-commit-id: dbc4bfe464fffeb4dc8e7e0820bd037ccfe7d13b
parent ff76314a
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ class PostProcessor: ...@@ -115,7 +115,7 @@ class PostProcessor:
prev_idchanges = self._signal.get_merges() prev_idchanges = self._signal.get_merges()
changes_history = list(prev_idchanges) + [np.array(x) for x in merge_events] changes_history = list(prev_idchanges) + [np.array(x) for x in merge_events]
self._writer.write("modifiers/id_changes", data=changes_history) self._writer.write("modifiers/merges", data=changes_history)
# changes_history += picks # changes_history += picks
# TODO add picks dataset # TODO add picks dataset
......
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