Skip to content

Commit 01bfc77

Browse files
committed
fix test configuration on SVD in linear algbra
1 parent 22283fe commit 01bfc77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/RindowTest/Math/Matrix/LinearAlgebraTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2379,9 +2379,6 @@ public function testSvdFull2()
23792379
$this->assertTrue(true);
23802380
}
23812381

2382-
/**
2383-
* @requires extension rindow_openblas
2384-
*/
23852382
public function testSvdSmallU()
23862383
{
23872384
$mo = $this->newMatrixOperator();
@@ -2431,6 +2428,9 @@ public function testSvdSmallU()
24312428
$this->assertTrue(true);
24322429
}
24332430

2431+
/**
2432+
* @requires extension rindow_openblas
2433+
*/
24342434
public function testSvdSmallVT()
24352435
{
24362436
$mo = $this->newMatrixOperator();

0 commit comments

Comments
 (0)