mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-21 19:06:18 +02:00
This was caused by precision loss due to using uint8. The cast to int64 was occurring in the wrong location. Fixes #145.
This was caused by precision loss due to using uint8. The cast to int64 was occurring in the wrong location. Fixes #145.