[go: up one dir, main page]

Skip to content

ValueError: Buffer dtype mismatch, expected 'long' but got 'long long' for method match_det of object bb.stat

Hello,

Me again with the Wonderful Windows World :) I am trying to run test diagnostics on a trained model.

The model throws an issue ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'

Looking for the method match_det I see that it is found in brambox/stat/_matchboxes.c so I believe, as for this issue, that it is linked with the compiling of c files in windows ? I stumbled across this discussion which seems linked more or less. Maybe I will try (because I have never actually done this with much thought/reflexion) to rebuild brambox with the proposed changes and keep you posted.

Edited by FenryrMKIII