Skip to content

Commit 5e0fc5d

Browse files
MasterSkepticistaishaileshpant
authored andcommitted
Set default True for require_lossless
Signed-off-by: Shah, Karan <karan.shah@intel.com>
1 parent 5db9037 commit 5e0fc5d

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
@@ -349,7 +349,7 @@ def get_tasks(self):
349349
def get_aggregated_tensors(
350350
self,
351351
tensor_keys,
352-
require_lossless,
352+
require_lossless: bool = True,
353353
) -> List[base_pb2.NamedTensor]:
354354
"""
355355
Get aggregated tensors from the aggregator.

0 commit comments

Comments
 (0)