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

Fixes made during working on Python-Julia performance comparison #760

Conversation

dmitry-kabanov
Copy link
Collaborator

MaRDI Pull Request

Changes:

  • Fix bug in IVP::scipy_ode implementation: when set_tolerances was called, other changed integrator options were not applied
  • Generalize env.sh to work with ZSH and Bash (and fix shellcheck warning)

…rances

When user calls `set_tolerances` method on the `ivp::scipy_ode`
implementation, then the integration parameters were errorneously
reset to default values except `rtol` and `atol`.

This commit fixes this problem, by applying all set integrator
parameters from the `integrator_params` dictionary.
@dmitry-kabanov dmitry-kabanov merged commit f2a7f31 into MaRDI4NFDI:main Jan 28, 2025
5 checks passed
@dmitry-kabanov dmitry-kabanov deleted the 16-ivp-burgers-native-vs-oif-REPEAT-09 branch January 28, 2025 17:25
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.

1 participant