Skip to content

Commit

Permalink
Work!
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 20, 2024
1 parent dcf6182 commit 207406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/read.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ function Subgrid(db::DB, config::Config, basin::Basin)::Subgrid

# Since not all Basins need to have subgrids, don't enforce completeness.
_, _, _, valid =
static_and_time_node_ids(db, static, time, "Basin"; is_complete = false)
static_and_time_node_ids(db, static, time, NodeType.Basin; is_complete = false)
if !valid
error("Problems encountered when parsing Subgrid static and time node IDs.")
end
Expand Down

0 comments on commit 207406d

Please sign in to comment.