We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3448dbc commit f25fe19Copy full SHA for f25fe19
grudge/trace_pair.py
@@ -722,7 +722,7 @@ def send_single_array(key, local_subary):
722
def recv_single_array(key, remote_subary_template):
723
if isinstance(remote_subary_template, Number):
724
# NOTE: Assumes that the same number is passed on every rank
725
- return Number
+ return remote_subary_template
726
else:
727
ary_tag = (comm_tag, key)
728
return DistributedSendRefHolder(
0 commit comments