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

Issue on page /users/howto/gamma/1D-from-csv.html #1866

Open
cl49 opened this issue Jun 17, 2024 · 1 comment
Open

Issue on page /users/howto/gamma/1D-from-csv.html #1866

cl49 opened this issue Jun 17, 2024 · 1 comment

Comments

@cl49
Copy link

cl49 commented Jun 17, 2024

Hi all,

when running the function pymedphys.gamma :
"
gamma = pymedphys.gamma(
axis_reference, dose_reference,
axis_evaluation, dose_evaluation,
**gamma_options)
"

the following error message appears :

"
File ~\AppData\Local\anaconda3\Lib\site-packages\interpolation\splines\eval_splines.py:100 in __eval_spline
kk = (k).literal_value

AttributeError: 'Integer' object has no attribute 'literal_value'
"

Does anyone have any clues ?
Many thanks in advance,
Christophe

@Matthew-Jennings
Copy link
Member

Hi @cl49. Yes, unfortunately, EconForge's interpolation package is incompatible with numba >= 0.60.0.

As a quick fix, you can install numba <0.60.0.

#1867 will resolve this issue when it lands

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

2 participants