From 1af6dbbb789961094c796ee1ba066ddbd043842a Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Fri, 9 Jul 2021 08:16:33 +0100 Subject: [PATCH] minor corrections --- kmath-noa/build.gradle.kts | 1 + .../src/test/kotlin/space/kscience/kmath/noa/TestUtils.kt | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kmath-noa/build.gradle.kts b/kmath-noa/build.gradle.kts index 984c0e2f5..46ee2de73 100644 --- a/kmath-noa/build.gradle.kts +++ b/kmath-noa/build.gradle.kts @@ -185,6 +185,7 @@ val buildCpp by tasks.registering { tasks { withType{ systemProperty("java.library.path", + //"$cppBuildDir/kmath" "$home/devspace/noa/cmake-build-release/kmath") } } diff --git a/kmath-noa/src/test/kotlin/space/kscience/kmath/noa/TestUtils.kt b/kmath-noa/src/test/kotlin/space/kscience/kmath/noa/TestUtils.kt index d24e9ffb8..732ea0ae1 100644 --- a/kmath-noa/src/test/kotlin/space/kscience/kmath/noa/TestUtils.kt +++ b/kmath-noa/src/test/kotlin/space/kscience/kmath/noa/TestUtils.kt @@ -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