forked from kscience/kmath
Remove incorrect lines
This commit is contained in:
parent
624460c52d
commit
9c77f8f02f
@ -63,6 +63,4 @@ fun main(): Unit = runBlocking(Dispatchers.Default) {
|
|||||||
val directJob = async { runApacheDirect() }
|
val directJob = async { runApacheDirect() }
|
||||||
println("KMath Chained: ${chainJob.await()}")
|
println("KMath Chained: ${chainJob.await()}")
|
||||||
println("Apache Direct: ${directJob.await()}")
|
println("Apache Direct: ${directJob.await()}")
|
||||||
val normal = GaussianSampler.of(7.0, 2.0)
|
|
||||||
val chain = normal.sample(generator).blocking()
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user