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

refactor lowess smoothing #193

Merged
merged 2 commits into from Sep 5, 2022
Merged

Conversation

mathause
Copy link
Member

@mathause mathause commented Sep 2, 2022

Spitting out the lowess smoothing. This is much nicer and cleaner again.

@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@3a881ab). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #193   +/-   ##
=======================================
  Coverage        ?   79.81%           
=======================================
  Files           ?       33           
  Lines           ?     1442           
  Branches        ?        0           
=======================================
  Hits            ?     1151           
  Misses          ?      291           
  Partials        ?        0           
Flag Coverage Δ
unittests 79.81% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mathause mathause merged commit 78183ce into MESMER-group:main Sep 5, 2022
@mathause mathause deleted the extract_lowess branch September 5, 2022 12:34
Copy link
Collaborator

@znicholls znicholls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beauty! Small tweaks

@@ -26,6 +26,9 @@ New Features
- Extract function to select the order of the auto regressive model: ``mesmer.core.auto_regression._select_ar_order_xr``
(`#176 <https://github.com/MESMER-group/mesmer/pull/176>`_).
By `Mathias Hauser <https://github.com/mathause>`_.
- Refactor the LOWESS smooting for xarray objects: :py:func:`mesmer.core.smooting.lowess`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smooting --> smoothing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed in #194

@@ -25,6 +25,7 @@ Statistical core functions
~core.auto_regression._select_ar_order_xr
~core.auto_regression._fit_auto_regression_xr
~core.auto_regression._draw_auto_regression_correlated_np
~core.smooting.lowess
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smooting --> smoothing

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.

None yet

3 participants