Skip to content

Commit a75141d

Browse files
committed
Remove test related to complex
1 parent 23e4f45 commit a75141d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Math-Tests-Matrix/PMMatrixTest.class.st

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,18 +252,6 @@ PMMatrixTest >> testInverseSingularMatrixError [
252252
raise: PMSingularMatrixError.
253253
]
254254

255-
{ #category : #tests }
256-
PMMatrixTest >> testIsRealOnRealMatrix [
257-
| matrix |
258-
259-
matrix := PMMatrix rows: #(
260-
(1 3 0)
261-
(1 2 -4)
262-
(-8 5 -1)).
263-
264-
self assert: matrix isReal.
265-
]
266-
267255
{ #category : #tests }
268256
PMMatrixTest >> testLUPDecomposition [
269257
"Code Example 8.10"

0 commit comments

Comments
 (0)