-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
Minor updates:
- rename
test_aby3.pytoaby3_test.pyto match rest of code base - consider using
np.testing.assert_allclose(x, x, rtol=0.0, atol=threshold)instead of customclosefunction (see https://github.com/tf-encrypted/tf-encrypted/pull/721/files#r362792674) - consider using
unittest.main()at the end of the scripts instead of re-listing all test functions (which could potentially become unsynchronised in the future); see egpond_test.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels