Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed Apr 8, 2024
1 parent 1854451 commit afe46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/utils/flowercompat/client_app_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def evaluate(self, parameters: NDArrays, partition_id: int):
# Parse return message
loss, accuracy = self._parse_evaluate_message(client_return_message)
return loss, accuracy

def _parse_get_parameters_message(self, message: Message) -> NDArrays:
get_parameters_res = recordset_to_getparametersres(message.content, keep_input=False)
return parameters_to_ndarrays(get_parameters_res.parameters)
Expand Down

0 comments on commit afe46f6

Please sign in to comment.