Skip to content
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

Open
bennibbelink opened this issue Nov 22, 2024 · 0 comments
Open

test_inventories_compact() fails with Sqlite on arm Mac #205

bennibbelink opened this issue Nov 22, 2024 · 0 comments

Comments

@bennibbelink
Copy link
Contributor

bennibbelink commented Nov 22, 2024

Tried to add arm support to cymetric conda package and stumbled across this issue. Can reproduce with these steps (on arm mac):

  1. conda create -n test-env python==3.12
  2. conda activate test-env
  3. conda install conda-forge/label/cycamore_dev::cycamore conda-forge/label/cyclus_dev::cyclus pytest pytables
  4. (in cymetric dir)python -m pip install --target $(python -m site --user-site) --no-deps .
  5. cd tests && python -m pytest

If i comment out test_root_metrics.py:135-140 everything else passes, or if I remove the sqlite tuple from DBS in tools.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 upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant