Closed lonsbio closed 1 year ago
Experienced same issue as #11 on python 3.8.3 fresh conda install when running tests:
numba.core.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend) Storing i64 to ptr of i32 ('dim'). FE type int32
Reverting numba to 0.52.0 seems to fix. env.yaml updated accordingly.
numba
0.52.0
env.yaml
Experienced same issue as #11 on python 3.8.3 fresh conda install when running tests:
Reverting
numba
to0.52.0
seems to fix.env.yaml
updated accordingly.