From 9ee4fac8bb1ab61a39966be828557a8da76779fc Mon Sep 17 00:00:00 2001 From: Lionel Zoubritzky Date: Tue, 27 Feb 2024 14:21:51 +0100 Subject: [PATCH] Remove showprogress in test --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 15a3385..10da224 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -45,7 +45,7 @@ import CrystalNets.Clustering: SingleNodes, AllNodes, Standard, PE, PEM cifs, crystalnetsdir = _finddirs() kwargs = (; structure=StructureType.MOF, clusterings=[Clustering.Auto,Standard,PE,PEM]) println(stderr, "The following warning about altering performance, the two messages on warning toggling and the three error statements are expected.") - mofdataset = determine_topology_dataset(joinpath(cifs, "MOFs"), save=false; kwargs...) + mofdataset = determine_topology_dataset(joinpath(cifs, "MOFs"), save=false, showprogress=false; kwargs...) @testset "Dataset analysis" begin @test length(mofdataset) == 14