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 a7c89e3 commit a044bf0Copy full SHA for a044bf0
test_examples.py
@@ -32,3 +32,4 @@ def test_model_steps(model_class):
32
model = model_class() # Assume no arguments are needed
33
for _ in range(10):
34
model.step()
35
+ assert model.steps == 10
0 commit comments