Skip to content

Commit

Permalink
Rename fn
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Jul 10, 2024
1 parent 43f787e commit aff5986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/npc_lims/metadata/codeocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@ def get_surface_channel_root(session: str | npc_session.SessionRecord) -> upath.
...
FileNotFoundError: 649943_20230216 has no surface channel data assets
"""
raw_asset = get_surface_channel_raw_data_asset(session)
raw_asset = get_surface_channels_raw_data_asset(session)
return get_path_from_data_asset(raw_asset)


def get_surface_channel_raw_data_asset(
def get_surface_channels_raw_data_asset(
session: str | npc_session.SessionRecord,
) -> DataAssetAPI:
"""For a main ephys session (implict idx=0), find a raw asset corresponding to
Expand Down

0 comments on commit aff5986

Please sign in to comment.