Skip to content

Commit b429512

Browse files
committed
update
1 parent abc5cde commit b429512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib-dal/src/test/scala/com/intel/oap/mllib/PCAHomogenTableSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class PCAHomogenTableSuite extends FunctionsSuite with Logging {
7979
val pcaDAL = new PCADALImpl(5, 1, 1)
8080
val gpuIndices = Array(0)
8181
val result = new PCAResult()
82-
pcaDAL.cPCATrainDAL(0, dataTable.getcObejct(), sourceData.length, sourceData(0).length, 1, 1, TestCommon.getComputeDevice.ordinal(), gpuIndices, "", result);
82+
pcaDAL.cPCATrainDAL(0, dataTable.getcObejct(), sourceData.length, sourceData(0).length, 1, 1, TestCommon.getComputeDevice.ordinal(), gpuIndices, result);
8383
val pcNumericTable = OneDAL.makeHomogenTable(result.getPcNumericTable)
8484
val explainedVarianceNumericTable = OneDAL.makeHomogenTable(
8585
result.getExplainedVarianceNumericTable)

0 commit comments

Comments
 (0)