forked from kscience/kmath
minor corrections
This commit is contained in:
parent
d8c4b84ddc
commit
1af6dbbb78
@ -185,6 +185,7 @@ val buildCpp by tasks.registering {
|
|||||||
tasks {
|
tasks {
|
||||||
withType<Test>{
|
withType<Test>{
|
||||||
systemProperty("java.library.path",
|
systemProperty("java.library.path",
|
||||||
|
//"$cppBuildDir/kmath"
|
||||||
"$home/devspace/noa/cmake-build-release/kmath")
|
"$home/devspace/noa/cmake-build-release/kmath")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
package space.kscience.kmath.noa
|
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.Test
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user