Skip to content

Commit

Permalink
pass config_probe
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Nov 7, 2024
1 parent 0c5a903 commit f6a6914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spyglass/common/common_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def insert_from_nwbfile(cls, nwbf, config=None):
elif probe_type in config_probes:
cls._read_config_probe_data(
config,
config_probes,
probe_type,
new_probe_type_dict,
new_probe_dict,
Expand Down Expand Up @@ -562,6 +563,7 @@ def __read_ndx_probe_data(
def _read_config_probe_data(
cls,
config,
config_probes,
probe_type,
new_probe_type_dict,
new_probe_dict,
Expand Down

0 comments on commit f6a6914

Please sign in to comment.