Skip to content

empty tar #392

Jul 17, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @uncertainty-principle ,
thanks for reaching out.

Unfortunately I can not reproduce your behavior - instead for me it works as expected and I get the expected tuple [(10000.0, 5)] back for the last print.

However, I'm guessing the problem is here: "the program stops responding" - unfortunately this is currently a "bad feature" of eko. The problem is eko is relying on numba for a fast evaluation of the underlying integrals. This implies a compilation from Python to machine code (which is then quick to execute) and this compilation is done just-in-time (JIT), which in practice is on the first actual call. Since we have a quite big code base (with many mathematical non-trivial functions)…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alecandido
Comment options

@uncertainty-principle
Comment options

@felixhekhorn
Comment options

Answer selected by uncertainty-principle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants