Skip to content

Commit cd36b2c

Browse files
committed
misc: Clean up
1 parent c2b7fb7 commit cd36b2c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_petsc.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,13 +1840,13 @@ def test_command_line_priority_ksp_type(self, command_line, log_level):
18401840
assert not entry.KSPGetType == params['ksp_type']
18411841

18421842
@skipif('petsc')
1843-
def test_not_set_or_clear_command_line_opts(self, command_line):
1843+
def test_command_line_priority_ccode(self, command_line):
18441844
"""
18451845
Verify that if an option is set via the command line,
1846-
the corresponding entry in `linear_solve_defaults` or in the user
1847-
specified `solver_parameters` is not set or cleared in the
1848-
generated code. (The command line option will have already been set in
1849-
the global PetscOptions database during PetscInitialize().)
1846+
the corresponding entry in `linear_solve_defaults` or `solver_parameters`
1847+
is not set or cleared in the generated code. (The command line option
1848+
will have already been set in the global PetscOptions database
1849+
during PetscInitialize().)
18501850
"""
18511851
prefix = 'qtr2vfvwiu'
18521852

0 commit comments

Comments
 (0)