Skip to content

Commit 1b32cd2

Browse files
Disable expuh test
1 parent e474839 commit 1b32cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ TEST_DIR = @__DIR__
2222
Streamfall.prep_state!(ihacres, 1)
2323
@test Streamfall.run_timestep!(ihacres, 6.0, 3.0, 1) isa AbstractFloat
2424

25-
Streamfall.prep_state!(expuh, 1)
26-
@test Streamfall.run_node!(expuh, 6.0, 3.0, 50.0, 10.0, 5.0) isa AbstractFloat
25+
# Streamfall.prep_state!(expuh, 1)
26+
# @test Streamfall.run_node!(expuh, 6.0, 3.0, 50.0, 10.0, 5.0) isa AbstractFloat
2727

2828
Streamfall.prep_state!(gr4j, 1)
2929
@test Streamfall.run_timestep!(gr4j, 6.0, 3.0, 1) isa AbstractFloat

0 commit comments

Comments
 (0)