Skip to content

Commit

Permalink
removed example uuids for reinforcement photometry metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Dec 6, 2023
1 parent b284bf7 commit d45c6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def get_session_name(session_df):
(
reinforcement_photometry_session_metadata,
reinforcement_photometry_subject_metadata,
) = extract_reinforcement_photometry_metadata(data_path, example_uuids=reinforcement_photometry_examples)
) = extract_reinforcement_photometry_metadata(data_path)
velocity_session_metadata, velocity_subject_metadata = extract_velocity_modulation_metadata(
data_path,
)
Expand Down

0 comments on commit d45c6ce

Please sign in to comment.