Skip to content

Commit

Permalink
Make linting error worse
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jul 4, 2023
1 parent d7a7a9d commit e838670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def assemble(expr, *args, **kwargs):
else:
raise TypeError(f"Unable to assemble: {expr}")

@PETSc.Log.EventDecorator()
@PETSc.Log.EventDecorator()#BAD Comment
def allocate_matrix(expr, bcs=None, *, mat_type=None, sub_mat_type=None,
appctx=None, form_compiler_parameters=None, options_prefix=None):
r"""Allocate a matrix given an expression.
Expand Down

0 comments on commit e838670

Please sign in to comment.