From 85c5f236e204c888718f9c2e8bb142f0481b72ed Mon Sep 17 00:00:00 2001 From: Chetan Vardhan <51269425+VarLad@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:27:04 +0900 Subject: [PATCH] Update pattern_folds.jl --- test/pattern_folds.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pattern_folds.jl b/test/pattern_folds.jl index 42cde96..472787b 100644 --- a/test/pattern_folds.jl +++ b/test/pattern_folds.jl @@ -1,8 +1,8 @@ using PatternFolds @testset "PatternFolds.jl" begin - @check :alloc Dict(:target => ["PatternFolds"], :path => pwd()) begin - using PatternFolds + @check :alloc Dict(:target => ["PatternFolds"], :path => @__DIR__) begin + using PatternFolds end begin itv = Interval{Open,Closed}(0.0, 1.0) i = IntervalsFold(itv, 2.0, 1000)