-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature: Damped Oscillation Megacomplex #764
Feature: Damped Oscillation Megacomplex #764
Conversation
Codecov Report
@@ Coverage Diff @@
## staging #764 +/- ##
=======================================
Coverage 83.9% 83.9%
=======================================
Files 73 75 +2
Lines 4089 4185 +96
Branches 736 752 +16
=======================================
+ Hits 3431 3512 +81
- Misses 528 538 +10
- Partials 130 135 +5
Continue to review full report at Codecov.
|
This pull request fixes 3 alerts when merging a6c90f7 into 5efcf0c - view on LGTM.com fixed alerts:
|
b4570f7
to
84c6877
Compare
Add a basic example to test doas feature branch, see PR pyglotaran#764: glotaran/pyglotaran#764
Add a basic example to test doas feature branch, see PR pyglotaran#764: glotaran/pyglotaran#764
84c6877
to
6967ba1
Compare
3f663cf
to
d2b297b
Compare
6967ba1
to
bb9a2f7
Compare
Implemented JW's suggestion
Fix pylint W0221 arguments-differ issue
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 3.00%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
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 ok, tested against the beta doas example found here at the time of the review.
Benchmark is done. Checkout the benchmark result page. Benchmark diffParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
* Added DampedOscillationMegacomplex * Added damped-oscillation to setup.cfg plugins Co-authored-by: Joris Snellenburg <[email protected]>
* Basic DOAS example (beta) Add a basic example to test doas feature branch, see PR pyglotaran#764: glotaran/pyglotaran#764 * Test doas example on CI * 🩹 Added doas data and made an exception in the .gitignore * 🧹 Removed old style 'type' in the model * 👌 Added coherent artifact for testing 'vary: False' and 'maximum_number_function_evaluations=1' are only set for performance reasons * ✨Added data file with more values Co-authored-by: s-weigand <[email protected]>
This PR adds the DampedOscillationMegacomplex model to pyglotaran.
Change summary
DampedOscillationMegacomplex
as typedamped-oscillation
analysis.util
andbuiltin/megacomplex/decay
Checklist