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 e712f04 commit 5f475a1Copy full SHA for 5f475a1
tests/test_behavior.py
@@ -48,7 +48,6 @@ def test_constructors(self):
48
session_end_time=now,
49
animal_weight_prior=20.1,
50
animal_weight_post=19.7,
51
- reward_consumed_total=1020,
52
behavior_type="Foraging",
53
stimulus_epochs=[
54
bs.StimulusEpoch(
@@ -62,6 +61,7 @@ def test_constructors(self):
62
61
input_parameters={"reward volume": 0.01},
63
output_parameters={},
64
reward_consumed_during_epoch=820,
+ reward_consumed_total=1020,
65
trials_total=551,
66
trials_finished=343,
67
trials_rewarded=146,
0 commit comments