minor corrections

This commit is contained in:
Roland Grinis 2021-07-09 08:16:33 +01:00
parent d8c4b84ddc
commit 1af6dbbb78
2 changed files with 1 additions and 3 deletions

View File

@ -185,6 +185,7 @@ val buildCpp by tasks.registering {
tasks {
withType<Test>{
systemProperty("java.library.path",
//"$cppBuildDir/kmath"
"$home/devspace/noa/cmake-build-release/kmath")
}
}

View File

@ -5,9 +5,6 @@
package space.kscience.kmath.noa
import space.kscience.kmath.misc.PerformancePitfall
import space.kscience.kmath.noa.memory.NoaScope
import space.kscience.kmath.tensors.core.TensorLinearStructure
import kotlin.test.Test
import kotlin.test.assertEquals