Skip to content

Commit 1b80f6a

Browse files
committed
Test updates
1 parent ebc5f0a commit 1b80f6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ StatsBase = "0.34"
3333
Tullio = "0.3.5"
3434
julia = "1.8"
3535

36-
[sources.Jutul]
37-
rev = "battmo"
38-
url = "https://github.com/sintefmath/Jutul.jl"
36+
[extras]
37+
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
38+
39+
[targets]
40+
test = ["AlgebraicMultigrid"]

test/3d_example_amg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using AlgebraicMultigrid
2323
timesteps = output[:timesteps]
2424
cfg = output[:cfg]
2525

26-
cfg[:info_level] = 0
26+
cfg[:info_level] = -1
2727
cfg[:failure_cuts_timestep] = false
2828

2929
solver = :fgmres

0 commit comments

Comments
 (0)