Skip to content

Commit

Permalink
Fix access in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 27, 2024
1 parent 17045ea commit 3b5ae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffcx/ir/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def _compute_expression_ir(
if cell is None:
assert (
len(ir["original_coefficient_positions"]) == 0
and len(ir["original_constant_offsets"]) == 0
and len(base_ir["original_constant_offsets"]) == 0
)

expression_ir = compute_integral_ir(
Expand Down

0 comments on commit 3b5ae98

Please sign in to comment.