Skip to content

Commit

Permalink
Change ReportParams 'type' for 'rep_type'
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Aug 10, 2023
1 parent 69f62e4 commit 6ec1aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodamus/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

# -
Expand Down

0 comments on commit 6ec1aab

Please sign in to comment.