Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm committed Jul 1, 2022
1 parent 098fbff commit 5cb8736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ def __init__(self,
# remote_bdry_data_template have the same structure. This is not true
# in general. Find a way to staple the sends appropriately when the number
# of recvs is not equal to the number of sends
# FIXME: Overly restrictive (just needs to be the same structure)
assert type(local_bdry_data) == type(remote_bdry_data_template)

sends = {}
Expand Down

0 comments on commit 5cb8736

Please sign in to comment.