Skip to content

Commit 3448dbc

Browse files
committed
add FIXME
1 parent 6c5063b commit 3448dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grudge/trace_pair.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ def __init__(self,
706706
# remote_bdry_data_template have the same structure. This is not true
707707
# in general. Find a way to staple the sends appropriately when the number
708708
# of recvs is not equal to the number of sends
709+
# FIXME: Overly restrictive (just needs to be the same structure)
709710
assert type(local_bdry_data) == type(remote_bdry_data_template)
710711

711712
sends = {}

0 commit comments

Comments
 (0)