Closed TonalidadeHidrica closed 2 years ago
In the original implementation, try_from recursed to the function of try_from itself. I fixed the bug and added some tests.
try_from
LGTM.
In the original implementation,
try_from
recursed to the function oftry_from
itself. I fixed the bug and added some tests.