We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The laplace solution of the eGRF Model could use a speedup and Pythran looks promising for this task.
This routine takes a lot of time:
AnaFlow/anaflow/flow/laplace.py
Line 59 in 2a3eb65
This loop should be moved in a Pythran function:
Line 227 in 2a3eb65
Following the Pythran doc, every needed numpy/scipy routine should be supported.
The text was updated successfully, but these errors were encountered:
MuellerSeb
No branches or pull requests
The laplace solution of the eGRF Model could use a speedup and Pythran looks promising for this task.
This routine takes a lot of time:
AnaFlow/anaflow/flow/laplace.py
Line 59 in 2a3eb65
This loop should be moved in a Pythran function:
AnaFlow/anaflow/flow/laplace.py
Line 227 in 2a3eb65
Following the Pythran doc, every needed numpy/scipy routine should be supported.
The text was updated successfully, but these errors were encountered: