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

Commit 2fa81a7

Browse files
Julian Rüthsaraedum
Julian Rüth
authored andcommitted
Fix doctests to print exactly as they show up on screen
1 parent d8eec2d commit 2fa81a7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/sage/numerical/linear_tensor_element.pyx

+3-6
Original file line numberDiff line numberDiff line change
@@ -398,13 +398,10 @@ cdef class LinearTensor(ModuleElement):
398398
Coercion on left operand via
399399
Coercion map:
400400
From: Integer Ring
401-
To: Tensor product of Vector space of dimension 2 over Real
402-
Double Field and Linear functions over Real Double Field
401+
To: Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
403402
Arithmetic performed after coercions.
404-
Result lives in Tensor product of Vector space of dimension 2 over
405-
Real Double Field and Linear functions over Real Double Field +
406-
Tensor product of Vector space of dimension 2 over Real Double Field and Linear
407-
functions over Real Double Field
403+
Result lives in Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
404+
Tensor product of Vector space of dimension 2 over Real Double Field and Linear functions over Real Double Field
408405
409406
sage: operator.le(10, lt)
410407
(10.0, 10.0) <= (1.0, 2.0)*x_0

0 commit comments

Comments
 (0)