From a40492909e2167bfd9437f3bc1118b2af4bfebdf Mon Sep 17 00:00:00 2001 From: Rashid Rafeek Date: Tue, 25 Jun 2024 00:54:10 +0530 Subject: [PATCH] Update test so that it works in julia 1.6 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ed5b189..743272b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -41,7 +41,7 @@ using AtomsIO end @testset "distance_matrix" begin - @test isapprox(distance_matrix(si_primitive), [0.0; 2.35719;; 2.35719; 0.0]u"Å"; atol=1e-5u"Å") + @test isapprox(distance_matrix(si_primitive), [0.0 2.35719; 2.35719 0.0]u"Å"; atol=1e-5u"Å") end @testset "cell_parameters" begin