We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5063b commit 3448dbcCopy full SHA for 3448dbc
grudge/trace_pair.py
@@ -706,6 +706,7 @@ def __init__(self,
706
# remote_bdry_data_template have the same structure. This is not true
707
# in general. Find a way to staple the sends appropriately when the number
708
# of recvs is not equal to the number of sends
709
+ # FIXME: Overly restrictive (just needs to be the same structure)
710
assert type(local_bdry_data) == type(remote_bdry_data_template)
711
712
sends = {}
0 commit comments