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 78c9764 commit 748e6f9Copy full SHA for 748e6f9
bin/nest-server-mpi
@@ -73,4 +73,4 @@ else:
73
continue
74
75
log(call_name, f"sending reponse gather, data={response}")
76
- comm.gather(nest.serializable(response), root=0)
+ comm.gather(nest.serialize_data(response), root=0)
0 commit comments