Skip to content

Commit

Permalink
Add fast flash to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Apr 12, 2024
1 parent ab9388d commit b86652c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/multimodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ end
@testset "Block=$b, backend=$b, defaulted linsolve=$default_linsolve" begin
arg = (general_ad = gen_ad, backend = backend, use_blocks = b, default_linsolve = default_linsolve)
test_compositional_with_wells(; arg...)
test_compositional_with_wells(; fast_flash = true, arg...)
test_immiscible_with_wells(; arg...)
test_blackoil_with_wells(; arg...)
end
Expand Down

0 comments on commit b86652c

Please sign in to comment.