Skip to content

Commit 834ef0c

Browse files
authored
Update runtests.jl
1 parent 3814ee9 commit 834ef0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/runtests.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ humans, cercariae, miracidia = cercariae_uptake_with_human_larvae!(humans, cerc
224224

225225

226226
human_larvae = (p->p.larvae).(humans)
227-
228-
@testset "human_larvae" begin
229-
@test sum(sum.(human_larvae)) > 0
230-
end
227+
#
228+
#
229+
# @testset "human_larvae" begin
230+
# @test sum(sum.(human_larvae)) > 0
231+
# end
231232

232233
human_larvae = (p->p.larvae).(humans)
233234
x = sum(sum.(human_larvae))

0 commit comments

Comments
 (0)