Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
get_solver: Fix last doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 5, 2016
1 parent b7f1ed8 commit 8c1fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/numerical/backends/generic_backend.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ cpdef GenericBackend get_solver(constraint_generation = False, solver = None, ba
<sage.numerical.backends.interactivelp_backend.InteractiveLPBackend object at ...>
sage: p.base_ring()
Number Field in sqrt5 with defining polynomial x^2 - 5
sage: p = get_solver('InteractiveLP', base_ring=QQ)
sage: p = get_solver(solver='InteractiveLP', base_ring=QQ); p
<sage.numerical.backends.interactivelp_backend.InteractiveLPBackend object at ...>
sage: p.base_ring()
Rational Field
Expand Down

0 comments on commit 8c1fd4a

Please sign in to comment.