Closed crocket closed 5 years ago
The network module spits out Network: ValueError: Format specifier missing precision.
Network: ValueError: Format specifier missing precision
The cause of this issue is that round_size is set to None by default. It should be set to 0 by default.
round_size
None
0
The network module spits out
Network: ValueError: Format specifier missing precision
.The cause of this issue is that
round_size
is set toNone
by default. It should be set to0
by default.