Skip to content

Commit

Permalink
ext_theis_tpl dim bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 5, 2019
1 parent 7395242 commit 860a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaflow/flow/heterogeneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def ext_theis_tpl(
S_part=np.full_like(K_part, storage),
K_part=K_part,
R_part=R_part,
dim=2,
dim=dim,
lat_ext=lat_ext,
rate=rate,
h_bound=h_bound,
Expand Down

0 comments on commit 860a112

Please sign in to comment.