From 6ec1aab240bb8758ff5990ee82543ecc45958a9b Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Thu, 10 Aug 2023 16:15:00 +0200 Subject: [PATCH] Change ReportParams 'type' for 'rep_type' --- neurodamus/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurodamus/node.py b/neurodamus/node.py index 92cef92b..0133a1d3 100644 --- a/neurodamus/node.py +++ b/neurodamus/node.py @@ -804,7 +804,7 @@ def enable_modifications(self): mod_manager.interpret(target_spec, mod_info) # Reporting - ReportParams = namedtuple("ReportParams", "name, type, report_on, unit, format, dt, " + ReportParams = namedtuple("ReportParams", "name, rep_type, report_on, unit, format, dt, " "start, end, output_dir, electrode, scaling, isc") # -