Skip to content

Commit 801dc10

Browse files
committed
fixed broken by deprecation doctest
1 parent 3ef25b4 commit 801dc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/numerical/backends/generic_backend.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ cpdef GenericBackend get_solver(constraint_generation = False, solver = None, ba
17491749
....: b = get_solver(solver="GLPK")
17501750
....: b.solver_parameter("simplex_or_intopt", "exact_simplex_only")
17511751
....: return b
1752-
sage: delsarte_bound_additive_hamming_space(11,3,4,solver=glpk_exact_solver) # long time
1752+
sage: codes.bounds.delsarte_bound_additive_hamming_space(11,3,4,solver=glpk_exact_solver) # long time
17531753
glp_exact...
17541754
...
17551755
OPTIMAL SOLUTION FOUND

0 commit comments

Comments
 (0)