patrick-kidger / patrick-kidger/diffrax

Clarification of error message

Open
#590 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.1k
Forks
189
Avg merge
3d 18h
Merged PRs (30d)
1

Description

I sometimes get the error message

equinox.EquinoxRuntimeError: Terminating differential equation solve because an event occurred.

I assume that event here does not refer to diffrax.Event? Just to make sure.

Sorry might be a stupid question!

Thank you for the help!

Pretty sure its bc something is ill conditioned as it happens when checking if the solution is invertible. sol = result.error_if(sol, jnp.invert(is_okay(result)))

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the reported EquinoxRuntimeError and the referenced sol.error_if(...) call, then compare its use of “event” with diffrax.Event. Done means providing a clear explanation of the message and, if appropriate, identifying where that clarification belongs in the project documentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.