Skip to content

Conversation

@guitargeek
Copy link
Contributor

The default dtype used in numpy array is "int". This type has different sizes on 32 and 64 bit architectures. The test tries to use the numpy array as a Long64_t dataframe. On 32 bit architectures this results in an error.

This commit explicitly changes the numpy array's dtype to "int64" to match the Long64_t dataframe type on all architectyres.

(cherry picked from commit 2ab39c1)

The default dtype used in numpy array is "int". This type has
different sizes on 32 and 64 bit architectures. The test tries to use
the numpy array as a Long64_t dataframe. On 32 bit architectures this
results in an error.

This commit explicitly changes the numpy array's dtype to "int64" to
match the Long64_t dataframe type on all architectyres.

(cherry picked from commit 2ab39c1)
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Test Results

    21 files      21 suites   3d 21h 51m 12s ⏱️
 3 710 tests  3 710 ✅ 0 💤 0 ❌
75 991 runs  75 991 ✅ 0 💤 0 ❌

Results for commit ace5738.

@guitargeek guitargeek merged commit 9ed48aa into root-project:v6-38-00-patches Dec 9, 2025
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants