You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve uint64 ID type in HDF5 extension check
Avoids using `iterrows()` which implicitly casts Darshan record IDs to float64,
potentially breaking file_map lookups for large IDs. Replaced with `itertuples()`
to maintain original dtype and re-enabled `break` for early exit.
0 commit comments