Skip to content

Commit 9d9a5d6

Browse files
Update to tests to conform to format i.e. spaces afer comma
1 parent 5f59e25 commit 9d9a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ end
223223
# Test if coordinate input was used appropriately geometrically as expected
224224
n = length(mc_ranged.vertices)
225225
c = sum(mc_ranged.vertices)/n # Mean coordinate i.e. centre
226-
r = sum(v -> sqrt(sum(v.^2)),mc_ranged.vertices)/n # Mean radius
226+
r = sum(v -> sqrt(sum(v.^2)), mc_ranged.vertices)/n # Mean radius
227227
@test isapprox(c,[0.0,0.0,0.0], atol = epsLevel) # Approximately zero mean for sphere
228228
@test isapprox(r, level, atol = epsLevel) # Approximately radius matching level
229229
end

0 commit comments

Comments
 (0)