Skip to content

Commit

Permalink
increase number of test for codecov with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Aug 30, 2020
1 parent 0a02eeb commit 899ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_batchrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_agent_level_vars(self):
assert "val_non_existent" not in list(agent_vars.columns)
assert "agent_id" in list(agent_collector[(0, 1, 1)].columns)
assert "Step" in list(agent_collector[(0, 1, 5)].columns)
assert "nose" not in list(agent_collector[(0,1,1)].columns)
assert "nose" not in list(agent_collector[(0, 1, 1)].columns)

self.assertEqual(
agent_collector[(0, 1, 0)].shape, (NUM_AGENTS * self.max_steps, 4)
Expand Down

0 comments on commit 899ce22

Please sign in to comment.