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.
1 parent 5980f6a commit e712f04Copy full SHA for e712f04
tests/test_behavior.py
@@ -55,8 +55,8 @@ def test_constructors(self):
55
stimulus=BehaviorStimulation(
56
behavior_name="Foraging",
57
behavior_software=["Bonsai"],
58
- session_number=[3],
59
- behavior_software_version="0.1",
+ session_number=3,
+ behavior_software_version=["0.1"],
60
behavior_script="URL_to_code",
61
behavior_script_version="0.1",
62
input_parameters={"reward volume": 0.01},
0 commit comments