Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 446ed43

Browse files
authored
🤖 Format .jl files
1 parent 77cfe64 commit 446ed43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/processes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
@testset "Cluster" begin
6161
ofun1 = parent -> rand(BinomialProcess(10), Ball(parent, 0.2))
6262
ofun2 = parent -> rand(PoissonProcess(100), Ball(parent, 0.2))
63-
ofun3 = parent -> rand(PoissonProcess(x -> 100 * sum((x - parent).^2)), Ball(parent, 0.5))
63+
ofun3 = parent -> rand(PoissonProcess(x -> 100 * sum((x - parent) .^ 2)), Ball(parent, 0.5))
6464
ofun4 = parent -> PointSet(sample(Sphere(parent, 0.1), RegularSampling(10)))
6565
ofuns = [ofun1, ofun2, ofun3, ofun4]
6666
for p in procs, ofun in ofuns, g in geoms

0 commit comments

Comments
 (0)