Skip to content

Commit

Permalink
revert removal of bcast_numpy_array=True in DOFArray
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm committed Aug 9, 2024
1 parent 523d81a commit e8af0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshmode/dof_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

@with_container_arithmetic(
bcast_obj_array=True,
bcast_numpy_array=True,
rel_comparison=True,
bitwise=True,
_cls_has_array_context_attr=True)
Expand Down

0 comments on commit e8af0b1

Please sign in to comment.