We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a966ba commit 92d0a36Copy full SHA for 92d0a36
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