-
Notifications
You must be signed in to change notification settings - Fork 7
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
🩹 Fix bad ports #102
🩹 Fix bad ports #102
Conversation
pyglotaran_examples/ex_spectral_constraints/models/scheme_equal_area_penalties.yml
Show resolved
Hide resolved
Added dataset scale parameters experiment in the simultaneous_analysis_3d_nodisp. Each dataset now has its own scale parameter.
TRF needs a minimum of 9 iterations to fully optimize. From comments in script: ```py maximum_number_function_evaluations=9, # TRF needs 8m LM needs 127 # optimization_method="Levenberg-Marquardt", #LM needs nfev=127 ```
🧰 Use ruff 🧰👌 Strip papermill notebook meta data
This adds the id and metadata.tags metadata, but this should be a one time thin and not cause further diffs in the furure. And ofc there were also some formatting changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and tested together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
…1462) With this change the integration tests used the examples ported to the staging syntax (see glotaran/pyglotaran-examples#101 and glotaran/pyglotaran-examples#102) Change summary 🚇 Use pyglotaran-examples@staging_rewrite for CI integration tests
…lotaran#1462) With this change the integration tests used the examples ported to the staging syntax (see glotaran/pyglotaran-examples#101 and glotaran/pyglotaran-examples#102) Change summary 🚇 Use pyglotaran-examples@staging_rewrite for CI integration tests
This PR fixes some errors discovered in the ports of examples for staging (introduced in #101).
Change summary
Checklist