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
(in cymetric dir)python -m pip install --target $(python -m site --user-site) --no-deps .
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
The text was updated successfully, but these errors were encountered:
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: