-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_inventories_compact()
fails with Sqlite on arm Mac
#205
Comments
Doing a ubuntu -> arm mac: arm mac -> ubuntu: Backtrace:
|
Tried to add arm support to cymetric conda package and stumbled across this issue. Can reproduce with these steps (on arm mac):
conda create -n test-env python==3.12
conda activate test-env
conda install conda-forge/label/cycamore_dev::cycamore conda-forge/label/cyclus_dev::cyclus pytest pytables
python -m pip install --target $(python -m site --user-site) --no-deps .
If i comment out
test_root_metrics.py:135-140
everything else passes, or if I remove the sqlite tuple fromDBS
intools.py
it also passes, so it seems to have something to do with sqlite. Have not been able to replicate on any other platforms. I also am not sure if the issue is in cymetric or upstreamThe text was updated successfully, but these errors were encountered: