Skip to content

Commit 748e6f9

Browse files
committed
Fix serialize data
1 parent 78c9764 commit 748e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nest-server-mpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ else:
7373
continue
7474

7575
log(call_name, f"sending reponse gather, data={response}")
76-
comm.gather(nest.serializable(response), root=0)
76+
comm.gather(nest.serialize_data(response), root=0)

0 commit comments

Comments
 (0)