Skip to content

Commit 81c71ce

Browse files
Include GS0.m in tests_gs.py's tests
1 parent ab0c011 commit 81c71ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/symbolic_logic/gries_schneider/test_gs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
definitions = Definitions(add_builtin=True)
1010

11-
for i in range(1, 4):
11+
for i in range(0, 4):
1212
evaluation = Evaluation(definitions=definitions, catch_interrupt=False)
1313

1414
expr = parse(definitions, MathicsSingleLineFeeder(f"<< GS{i}.m"))

0 commit comments

Comments
 (0)