Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Dec 23, 2024
1 parent ac6a98a commit 1c4bca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynwb/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def __init__(self, **kwargs):
args_to_set['file_create_date'] = list(map(_add_missing_timezone, file_create_date))

# backwards-compatibility code for ic_electrodes / icephys_electrodes
icephys_electrodes = args_to_set['icephys_electrodes']
ic_electrodes = args_to_set['ic_electrodes']
if ic_electrodes is not None:
self._error_on_new_pass_on_construct(error_msg=("Use of the ic_electrodes parameter is deprecated "

Check warning on line 495 in src/pynwb/file.py

View check run for this annotation

Codecov / codecov/patch

src/pynwb/file.py#L495

Added line #L495 was not covered by tests
Expand Down

0 comments on commit 1c4bca2

Please sign in to comment.