Skip to content

Commit

Permalink
Remove showprogress in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Feb 27, 2024
1 parent 49e81f5 commit 9ee4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee4fac

Please sign in to comment.