Closed hblyp closed 3 years ago
Hi,
the test_serde_roundtrip
fails due to records.score
being 79.87
and the field definition sets the length of the field to 7
and the number of decimal places to 5
. Length of 79.
is 3
+ num of decimal places 5
= 8
. Do I change the score value in the test?
I think yes.
I feel like I need to update this part of the code, it feels much more complicated that what it should
Thanks
Fixes #18