Skip to content

Commit 01923ac

Browse files
Set default True for require_lossless
Signed-off-by: Shah, Karan <[email protected]>
1 parent 11f07b0 commit 01923ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfl/transport/grpc/aggregator_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def get_tasks(self):
344344
def get_aggregated_tensors(
345345
self,
346346
tensor_keys,
347-
require_lossless,
347+
require_lossless: bool = True,
348348
) -> List[base_pb2.NamedTensor]:
349349
"""
350350
Get aggregated tensors from the aggregator.

0 commit comments

Comments
 (0)