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

Improve the change parameter script #321

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ChunYen-Chen
Copy link
Collaborator

@ChunYen-Chen ChunYen-Chen commented Jun 20, 2024

Resolve #311.

Acknowledgement

Thanks to @KunkelAlexander for providing this method.

Add

Using replace_parameter() to change parameters by other parameters.

@hyschive hyschive requested a review from vivi235711 July 3, 2024 03:51
@hyschive hyschive added enhancement tool Useful analysis and visualization tools labels Jul 3, 2024
@hyschive
Copy link
Contributor

hyschive commented Jan 3, 2025

  • IIUC, this PR doesn’t provide a general solution to address Improve change_parameters.py #311. What we need is support for a setup like (a, b, c) = [(1, 2, 3), (4, 5, 6)], where a, b, c are arbitrary runtime options and the script should execute just two cases: (a, b, c) = (1, 2, 3) and (a, b, c) = (4, 5, 6).
  • Please clarify, presumably in the header, which test problem can be used to validate the default parameters defined in this script (perhaps Plummer?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement tool Useful analysis and visualization tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve change_parameters.py
3 participants