Skip to content

Commit 8882ddc

Browse files
committed
fix test
1 parent 46135ad commit 8882ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core-test/time_evolution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ end
568568
ntraj = ntraj,
569569
progress_bar = Val(false),
570570
)
571-
@test allocs_tot < 1100 * ntraj + 1800 # TODO: Fix this high number of allocations
571+
@test allocs_tot < 1100 * ntraj + 2300 # TODO: Fix this high number of allocations
572572

573573
allocs_tot = @allocations smesolve(
574574
H,

0 commit comments

Comments
 (0)