Skip to content

Commit

Permalink
adjust to use full list
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 11, 2024
1 parent 0423071 commit dd9ecb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pynwb/ndx_microscopy/testing/_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ def mock_MultiChannelMicroscopyVolume(
name=series_name,
description=description,
microscope=microscope,
light_sources=light_sources[0], # TODO: figure out how to specify list
light_sources=light_sources,
imaging_space=imaging_space,
optical_channels=optical_channels[0], # TODO: figure out how to specify list
optical_channels=optical_channels,
data=imaging_data,
unit=unit,
conversion=conversion,
Expand Down

0 comments on commit dd9ecb5

Please sign in to comment.