Skip to content

Commit

Permalink
passin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 19, 2024
1 parent 260a806 commit 2b3dbb2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ def get_metadata(self) -> dict:
ecephys_metadata.update(Device=device_list)

electrode_group_metadata = ecephys_metadata["ElectrodeGroup"]
electrode_group_metadata[0]["device"] = intan_device["name"]
# for electrode_group in electrode_group_metadata:
# electrode_group["device"] = intan_device["name"]
for electrode_group in electrode_group_metadata:
electrode_group["device"] = intan_device["name"]
# Add electrodes and electrode groups
ecephys_metadata.update(
ElectricalSeriesRaw=dict(name="ElectricalSeriesRaw", description="Raw acquisition traces."),
Expand Down

0 comments on commit 2b3dbb2

Please sign in to comment.