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

rename retained to mother

parent d346cdc1
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,10 @@ class phGrouper(NameGrouper):
def concat_signal_ind(path, group_names, group, signal, mode="mothers"):
if mode == "retained":
combined = signal.retained(path)
if mode == "mothers":
combined = signal.mothers(path)
raise (NotImplementedError)
elif mode == "raw":
combined = signal.get_raw(path)
elif mode == "families":
......
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