Skip to content

Commit

Permalink
refactor(framework) Correct numpy client fit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Dec 10, 2024
1 parent 47dabdc commit 4b372e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/numpy_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ def test_get_properties_return_type() -> None:
assert all(isinstance(k, str) for k in properties.keys())
assert all(
isinstance(v, (bool, bytes, float, int, str)) for v in properties.values()
)
)

0 comments on commit 4b372e2

Please sign in to comment.