Skip to content

Commit

Permalink
Fix matrix free failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Mar 18, 2021
1 parent 6029b56 commit 3a8c877
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 @@ -113,7 +113,7 @@ def assemble_form(expr, tensor=None, bcs=None, *,
form_compiler_parameters=None,
mat_type=None,
sub_mat_type=None,
appctx=None,
appctx={},
options_prefix=None,
nest=None):
"""Assemble an expression.
Expand Down

0 comments on commit 3a8c877

Please sign in to comment.