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

Fix some unit tests after vowpal wabbit got added to conda #3486

Merged
merged 2 commits into from
Apr 28, 2022

Conversation

freddyaboulton
Copy link
Contributor

Pull Request Description

The build_conda_pkg job doesn't run when you change the meta.yaml so we didn't catch some very minor unit test failures once we merged to main:

https://github.com/alteryx/evalml/runs/6202590714?check_suite_focus=true


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@@ -10,6 +10,7 @@ on:
- 'requirements.txt'
- 'core-requirements.txt'
- 'evalml/tests/dependency_update_check/*.txt'
- '.github/meta.yaml'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So that it runs when we update the recipe but not the requirement files.

@codecov
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #3486 (ee5a365) into main (ccec34c) will not change coverage.
The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main   #3486   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        336     336           
  Lines      33364   33364           
=====================================
  Hits       33238   33238           
  Misses       126     126           
Impacted Files Coverage Δ
evalml/tests/component_tests/test_utils.py 95.9% <ø> (ø)
evalml/tests/utils_tests/test_dependencies.py 85.2% <100.0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ccec34c...ee5a365. Read the comment docs.

Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

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

thank you!

@@ -9,7 +9,7 @@ source:
sha256: acb758f2234a60dd606a4aa7dcde385e159c95a08470b0c5815d085db48aa985

build:
number: 1
number: 2
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this changing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just so that I could run build_conda_pkg. In the real recipe it will start at 0.

@freddyaboulton freddyaboulton merged commit 18c79c7 into main Apr 28, 2022
@freddyaboulton freddyaboulton deleted the fix-some-conda-unit-tests branch April 28, 2022 15:03
@chukarsten chukarsten mentioned this pull request Apr 29, 2022
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.

2 participants