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

Remove unnecessary warning capturing #5685

Merged
merged 3 commits into from
Apr 13, 2022
Merged

Remove unnecessary warning capturing #5685

merged 3 commits into from
Apr 13, 2022

Conversation

lucalves
Copy link
Contributor

What changes are proposed in this pull request?

Just removing unnecessary warnings.

Closes #5667.

Does this PR change the documentation?

  • No. You can skip the rest of this section.
  • Yes. Make sure the changed pages / sections render correctly by following the steps below.

@github-actions
Copy link

@lucalves Thanks for the contribution! The DCO check failed. Please sign off your commits by following the instructions here: https://github.com/mlflow/mlflow/runs/6001840122. See https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.rst#sign-your-work for more details.

@harupy
Copy link
Member

harupy commented Apr 13, 2022

@lucalves Thanks for the PR, left some comments! Ping me once they're addressed. I'll trigger the tests. I don't think the changes in this PR will break the tests (happy to help if they will).

@harupy
Copy link
Member

harupy commented Apr 13, 2022

LGTM once they're addressed :)

Signed-off-by: Lucas Alves <lcsjalves@gmail.com>
Signed-off-by: Lucas Alves <lcsjalves@gmail.com>
@harupy
Copy link
Member

harupy commented Apr 13, 2022

Thanks for the updates, triggered the tests.

@harupy harupy changed the title Remove unnecessary warnings Remove unnecessary warning capturing Apr 13, 2022
@lucalves
Copy link
Contributor Author

Thanks for review! @harupy

@harupy harupy added the rn/none List under Small Changes in Changelogs. label Apr 13, 2022
@harupy
Copy link
Member

harupy commented Apr 13, 2022

autoformat

@harupy
Copy link
Member

harupy commented Apr 13, 2022

@lucalves I ran the autoformat bot. A commit to format the changed files will be pushed soon.

Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
@harupy harupy merged commit 05f4310 into mlflow:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn/none List under Small Changes in Changelogs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unnecessary warnings.simplefilter("ignore") and warnings.catch_warnings()
3 participants