Skip to content

Commit

Permalink
Quickfix: pass config_probe (#1179)
Browse files Browse the repository at this point in the history
* pass config_probe

* update changelog
  • Loading branch information
samuelbray32 authored Nov 7, 2024
1 parent 0c5a903 commit 42556d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dj.FreeTable(dj.conn(), "common_session.session_group").drop()
- Import `datajoint.dependencies.unite_master_parts` -> `topo_sort` #1116,
#1137, #1162
- Fix bool settings imported from dj config file #1117
- Allow definition of tasks and new probe entries from config #1074, #1120
- Allow definition of tasks and new probe entries from config #1074, #1120, #1179
- Enforce match between ingested nwb probe geometry and existing table entry
#1074
- Update DataJoint install and password instructions #1131
Expand Down
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 42556d6

Please sign in to comment.