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

Python Targets #121

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Python Targets #121

wants to merge 14 commits into from

Conversation

miguelbiron
Copy link
Collaborator

Currently have a "working" example (in examples folder) for inferring the parameters of an ODE, where the velocity field is a python function JIT compiled with numba, and scipy's odeint is used as integrator.

Used scare quotes because the process is incredibly slow, mainly because a single call to the python function incurs 9k allocs (!!). Don't really know how to debug this. Perhaps a more experienced pythonista like @trevorcampbell knows how?

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2023

Codecov Report

Merging #121 (7eac23b) into main (62b0b55) will not change coverage.
Report is 16 commits behind head on main.
The diff coverage is 35.71%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   85.01%   85.01%           
=======================================
  Files          81       81           
  Lines        2262     2262           
=======================================
  Hits         1923     1923           
  Misses        339      339           
Files Changed Coverage Δ
src/submission/MPISettings.jl 4.16% <0.00%> (ø)
src/submission/ChildProcess.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

3 participants