Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix regression test after global uniq id #1728

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions core/regression_test/regression_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ end
# Testbench for flow.arrow
@test flow.time == flow_bench.time
@test flow.edge_id == flow_bench.edge_id
@test flow.from_node_type == flow_bench.from_node_type
@test flow.from_node_id == flow_bench.from_node_id
@test flow.to_node_type == flow_bench.to_node_type
@test flow.to_node_id == flow_bench.to_node_id
@test all(q -> abs(q) < 0.01, flow.flow_rate - flow_bench.flow_rate)

Expand Down Expand Up @@ -160,9 +158,7 @@ end
# Testbench for flow.arrow
@test flow.time == flow_bench.time
@test flow.edge_id == flow_bench.edge_id
@test flow.from_node_type == flow_bench.from_node_type
@test flow.from_node_id == flow_bench.from_node_id
@test flow.to_node_type == flow_bench.to_node_type
@test flow.to_node_id == flow_bench.to_node_id
@test all(q -> abs(q) < 0.01, flow.flow_rate - flow_bench.flow_rate)

Expand Down Expand Up @@ -229,9 +225,7 @@ end
# Testbench for flow.arrow
@test flow.time == flow_bench.time
@test flow.edge_id == flow_bench.edge_id
@test flow.from_node_type == flow_bench.from_node_type
@test flow.from_node_id == flow_bench.from_node_id
@test flow.to_node_type == flow_bench.to_node_type
@test flow.to_node_id == flow_bench.to_node_id

# Testbench for basin.arrow
Expand Down