We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b948ace + 3e09e98 commit 8f231f3Copy full SHA for 8f231f3
allensdk/test/brain_observatory/behavior/test_behavior_ophys_session.py
@@ -98,7 +98,8 @@ def test_visbeh_ophys_data_set():
98
'indicator': 'GCAMP6f',
99
'rig_name': 'CAM2P.5',
100
'age': 'P139',
101
- 'sex': 'F'}
+ 'sex': 'F',
102
+ 'imaging_plane_group': None}
103
104
assert math.isnan(data_set.task_parameters.pop('omitted_flash_fraction'))
105
assert data_set.task_parameters == {'reward_volume': 0.007,
0 commit comments