Skip to content

Commit 1aac9bc

Browse files
committed
start comment in test_nash.py
1 parent 94706c1 commit 1aac9bc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/test_nash.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
"""Test of calls to Nash equilibrium solvers.
2-
3-
For many solvers the tests simply ensure that calling the solver works, and then for some cases,
4-
checking the expected results on a very simple game.
5-
6-
There is better test coverage for
7-
lp_solve, lcp_solve, and enumpoly_solve, all in mixed behaviors.
1+
"""Test of calls to Nash equilibrium and QRE solvers.
82
"""
93

104
import dataclasses
@@ -19,7 +13,6 @@
1913
from . import games
2014

2115
TOL = 1e-13 # standard tol for floating point assertions; not used only when it is too small
22-
2316
TOL_LARGE = 1e-3 # larger tolerance for floating point assertions
2417
TOL_HUGE = 1e-2 # huge tolerance for floating point assertions
2518

0 commit comments

Comments
 (0)