Skip to content

Commit 2642ba8

Browse files
Disable expuh
1 parent 822fd29 commit 2642ba8

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

docs/src/API/nodes/IHACRES.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@ Modules = [Streamfall]
55
Order = [:function, :type]
66
Pages = ["Nodes/IHACRES/IHACRESNode.jl"]
77
```
8-
9-
### IHACRES - Expuh
10-
11-
```@autodocs
12-
Modules = [Streamfall]
13-
Order = [:function, :type]
14-
Pages = ["IHACRESExpuhNode.jl"]
15-
```

src/Streamfall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ include("plotting.jl")
278278

279279
# Nodes
280280
export NetworkNode, GenericNode, GenericDirectNode
281-
export IHACRES, IHACRESNode, IHACRESBilinearNode, ExpuhNode, DamNode, Climate
281+
export IHACRES, IHACRESNode, IHACRESBilinearNode, DamNode, Climate
282282
export create_node, GR4JNode, HyModNode, SimpleHyModNode, SYMHYDNode
283283
export EnsembleNode, WeightedEnsembleNode, GREnsembleNode
284284

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TEST_DIR = @__DIR__
1010
ihacres = create_node(IHACRESBilinearNode, "IHACRES", 100.0)
1111

1212
# Expuh form does not yet support time stepping
13-
expuh = create_node(ExpuhNode, "Expuh", 100.0)
13+
# expuh = create_node(ExpuhNode, "Expuh", 100.0)
1414

1515
gr4j = create_node(GR4JNode, "GR4J", 100.0)
1616
hymod = create_node(SimpleHyModNode, "HyMod", 100.0)

0 commit comments

Comments
 (0)