Closed duffee closed 4 years ago
LIGHT_YEAR lists its uncertainty as defined, so in production of the precision sub it needs to supply relative => 0, instead of relative => ,
relative => 0,
relative => ,
This removes the warning "Odd number of elements in anonymous hash" seen in tests.
LIGHT_YEAR lists its uncertainty as defined, so in production of the precision sub it needs to supply
relative => 0,
instead ofrelative => ,
This removes the warning "Odd number of elements in anonymous hash" seen in tests.