open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

Wrong index in IEEE 754 summary #3980

Closed ocelotl closed 1 week ago

ocelotl commented 1 week ago

Describe your environment

OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0)

What happened?

63 is there, should be 51

Steps to Reproduce

Nothing to do

Expected Result

51

Actual Result

63

Additional context

No response

Would you like to implement a fix?

None