Skip to content

Commit 70a1432

Browse files
antonio-rojasdimpase
authored andcommitted
Re-fix test that was moved to a different file in 9.8.beta1
1 parent e9f57b0 commit 70a1432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/polyhedron/base_number_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _number_field_elements_from_algebraics_list_of_lists_of_lists(listss, **kwds
3838
1.732050807568878?
3939
sage: from sage.geometry.polyhedron.base_number_field import _number_field_elements_from_algebraics_list_of_lists_of_lists
4040
sage: K, results, hom = _number_field_elements_from_algebraics_list_of_lists_of_lists([[[rt2], [1]], [[rt3]], [[1], []]]); results # optional - sage.rings.number_field
41-
[[[-a^3 + 3*a], [1]], [[-a^2 + 2]], [[1], []]]
41+
[[[-a^3 + 3*a], [1]], [[a^2 - 2]], [[1], []]]
4242
"""
4343
from sage.rings.qqbar import number_field_elements_from_algebraics
4444
numbers = []

0 commit comments

Comments
 (0)