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

Migrate compute_bias() to compute module #702

Merged
merged 4 commits into from
Sep 14, 2022

Conversation

danielhuppmann
Copy link
Member

Please confirm that this PR has done the following:

  • Tests Added
  • Documentation Added
  • Name of contributors Added to AUTHORS.rst
  • Description in RELEASE_NOTES.md Added

Description of PR

To remove clutter from the core module, this PR moves the method compute_bias() to compute module (with a deprecation-warning until the next release).

@danielhuppmann danielhuppmann self-assigned this Sep 14, 2022
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #702 (b23f78c) into main (fde3690) will decrease coverage by 0.0%.
The diff coverage is 75.0%.

@@           Coverage Diff           @@
##            main    #702     +/-   ##
=======================================
- Coverage   94.7%   94.7%   -0.1%     
=======================================
  Files         58      58             
  Lines       5853    5855      +2     
=======================================
  Hits        5547    5547             
- Misses       306     308      +2     
Impacted Files Coverage Δ
pyam/units.py 96.1% <ø> (-0.1%) ⬇️
pyam/core.py 94.5% <33.3%> (-0.3%) ⬇️
pyam/compute.py 100.0% <100.0%> (ø)
tests/test_feature_debiasing.py 100.0% <100.0%> (ø)

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

@danielhuppmann danielhuppmann merged commit d2d7a84 into IAMconsortium:main Sep 14, 2022
@danielhuppmann danielhuppmann deleted the cleanup/bias branch September 15, 2022 15:29
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