Open SamDuffield opened 1 year ago
Currently the tests only check for float error_rate but Callable[[int], float] is also accepted and should therefore be tested.
float
error_rate
Callable[[int], float]
Currently the tests only check for
float
error_rate
butCallable[[int], float]
is also accepted and should therefore be tested.