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

make sure merger doesnt affect model type #191

Merged
merged 12 commits into from
Apr 10, 2021

Conversation

lalmei
Copy link
Contributor

@lalmei lalmei commented Apr 6, 2021

No description provided.

@lalmei lalmei requested a review from andyndang April 6, 2021 00:25
@coveralls
Copy link

coveralls commented Apr 6, 2021

Pull Request Test Coverage Report for Build 723178309

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 8 of 9 (88.89%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 84.289%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/whylogs/core/metrics/regression_metrics.py 1 2 50.0%
Files with Coverage Reduction New Missed Lines %
src/whylogs/core/metrics/model_metrics.py 2 92.19%
Totals Coverage Status
Change from base Build 710145419: 0.2%
Covered Lines: 3176
Relevant Lines: 3620

💛 - Coveralls

@lalmei lalmei requested a review from bernease April 6, 2021 16:13
tests/unit/core/metrics/test_model_metrics.py Outdated Show resolved Hide resolved
src/whylogs/core/metrics/model_metrics.py Outdated Show resolved Hide resolved
@lalmei lalmei requested a review from andyndang April 6, 2021 17:04
.bumpversion.cfg Outdated Show resolved Hide resolved
Copy link
Contributor

@andyndang andyndang left a comment

Choose a reason for hiding this comment

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

Relied to the comment

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4-dev0
current_version = 0.4.5-dev1
Copy link
Contributor

Choose a reason for hiding this comment

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

Wait. Why is 0.4.5-dev1? Did we release 0.4.4?

Copy link
Contributor

Choose a reason for hiding this comment

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

bump2version build should push this to 0.4.4-dev1 FYI (just tested locally)

commit 5f9a5a1d091384d313d4f20f53a2e71308268ca9 (HEAD -> mainline)
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:59 2021 -0700

    Bump version: 0.4.4-dev2 → 0.4.4-dev3

commit 2e4ae1285d9f394888b74cac4e410560f18e4ccd
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:50 2021 -0700

    Bump version: 0.4.4-dev1 → 0.4.4-dev2

commit bee1ca3f47d2566ff309051dc14058a528a9ee19
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:49 2021 -0700

    Bump version: 0.4.4-dev0 → 0.4.4-dev1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

@lalmei lalmei requested a review from andyndang April 8, 2021 16:05
@lalmei lalmei requested a review from cswarth April 9, 2021 20:41
@cswarth
Copy link
Contributor

cswarth commented Apr 9, 2021

LGTM but I certainly defer to Andy

@lalmei lalmei requested a review from cswarth April 9, 2021 22:56
@lalmei
Copy link
Contributor Author

lalmei commented Apr 9, 2021

@andyndang your review is blocking

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4-dev0
current_version = 0.4.5-dev1
Copy link
Contributor

Choose a reason for hiding this comment

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

bump2version build should push this to 0.4.4-dev1 FYI (just tested locally)

commit 5f9a5a1d091384d313d4f20f53a2e71308268ca9 (HEAD -> mainline)
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:59 2021 -0700

    Bump version: 0.4.4-dev2 → 0.4.4-dev3

commit 2e4ae1285d9f394888b74cac4e410560f18e4ccd
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:50 2021 -0700

    Bump version: 0.4.4-dev1 → 0.4.4-dev2

commit bee1ca3f47d2566ff309051dc14058a528a9ee19
Author: Andy Dang🤖 <andy@whylabs.ai>
Date:   Wed Apr 7 20:07:49 2021 -0700

    Bump version: 0.4.4-dev0 → 0.4.4-dev1

src/whylogs/core/metrics/model_metrics.py Outdated Show resolved Hide resolved
@andyndang andyndang merged commit cc68b80 into mainline Apr 10, 2021
@andyndang andyndang deleted the WHY-2694_fix_merger_issue branch April 10, 2021 14:30
@lalmei lalmei added the bug Something isn't working label Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants