Skip to content

Commit

Permalink
Remove the 'expect_out' part of tests spec
Browse files Browse the repository at this point in the history
In particular the 'test7' case can sometimes take less than 7
nonlinear iterations in parallel because it seems we just start
the Newton solve in a slightly better place after the free power
iterations which results in 4 nonlinear iterations instead of 7

Refs failures on next from #25204
  • Loading branch information
lindsayad committed Nov 10, 2023
1 parent 95b372f commit 8dd840f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/tests/executioners/eigen_convergence/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
type = CSVDiff
csvdiff = 'b_out.csv'
input = 'b.i'
expect_out = '4 Nonlinear'
absent_out = '5 Nonlinear'
requirement = 'The system shall be able to solve an eigenvalue problem using something other than the L2 norm of Bx for normalization and a native eigenvalue solver.'
[]
[test11]
type = CSVDiff
csvdiff = 'a_out_eigen_0001.csv'
input = 'a.i'
expect_out = '1[01] Nonlinear'
absent_out = '12 Nonlinear'
requirement = 'The system shall be able to solve an eigenvalue problem using the L2 norm of Bx and the sign of its first nonzero entry for normalization with a SLEPc eigenvalue solver.'
[]
Expand All @@ -22,7 +20,6 @@
csvdiff = 'a_out_eigen_0001.csv'
prereq = test11
input = 'a.i'
expect_out = '7 Nonlinear'
absent_out = '8 Nonlinear'
cli_args = 'Problem/bx_norm=fluxintegral'
petsc_version = '>=3.20.0'
Expand All @@ -33,7 +30,6 @@
csvdiff = 'a_out_eigen_0001.csv'
prereq = test7
input = 'a.i'
expect_out = '4 Nonlinear'
absent_out = '5 Nonlinear'
cli_args = 'Problem/bx_norm=fluxintegral -eps_power_sign_normalization 0'
petsc_version = '>=3.20.0'
Expand Down

0 comments on commit 8dd840f

Please sign in to comment.