Open KarelTemmink opened 1 year ago
I got the same error, turns out it's a bug in numba version 0.57.0: https://github.com/numba/numba/pull/8958
Try running pip install numba --upgrade
in your isochrones
environment, that should resolve the error.
After installing isochrones, I tried to replicate the example bolometric correction calculations. However, after executing
`from isochrones.mist.bc import MISTBolometricCorrectionGrid
bc_grid = MISTBolometricCorrectionGrid(['J', 'H', 'K', 'G', 'BP', 'RP', 'g', 'r', 'i']) bc_grid.interp([5770, 4.44, 0.0, 0.], ['G', 'K'])`
I got the following error:
I would be very grateful for any help resolving this issue.