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 80e32d1 commit 8492a9cCopy full SHA for 8492a9c
tests/test_examples.py
@@ -66,3 +66,4 @@ def test_examples(self):
66
model = model_class()
67
for _ in range(10):
68
model.step()
69
+ self.assertEqual(model.steps, 10)
0 commit comments