From 195e60645ce84505483038ed3c86e5519ea7e709 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Sun, 15 Dec 2024 08:31:16 -0300 Subject: [PATCH] remove testitem block --- src/CellLists.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/CellLists.jl b/src/CellLists.jl index 90edbb2..c7906e0 100644 --- a/src/CellLists.jl +++ b/src/CellLists.jl @@ -325,12 +325,6 @@ nbatches(cl::CellListPair, s::Symbol) = nbatches(cl.large_set, s) end end -@testitem "automatic nbataches update" begin - using CellListMap, StaticArrays - x, box = CellListMap.xatomic(5000) - -end - #= $(TYPEDEF)