Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mochic committed Apr 2, 2024
1 parent cc50c45 commit 5c293a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_metadata_mapper/ephys/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _transform(self, extracted_source: ParsedInformation) -> Session:
session_stream["ephys_modules"].append(ephys_module)

ephys_session["data_streams"].append(session_stream)

ephys_session["mouse_platform_name"] = data_stream[
"mouse_platform_name"
]
Expand Down
2 changes: 2 additions & 0 deletions src/aind_metadata_mapper/neuropixels/dynamic_routing_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def _transform_behavior_sync_daq(
daq.channels.extend(behavior_sync_daq_channels)

def _transform_opto_daq(self, extracted_source: ExtractContext) -> None:
"""Updates rig model with DynamicRouting-related opto daq information.
"""
opto_daq_channels = []
if extracted_source.opto_channels is not None:
logger.debug(
Expand Down

0 comments on commit 5c293a9

Please sign in to comment.