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 minor Optional Dependency issues #580

Merged
merged 3 commits into from
Aug 10, 2022

Conversation

mauicv
Copy link
Collaborator

@mauicv mauicv commented Aug 1, 2022

What is this

This PR resolves some minor issues namely:

  1. Documenting ERROR_TYPES
  2. Check for tensorflow_probability as well as tensorflow when issuing the backend validation error

@ascillitoe ascillitoe self-requested a review August 10, 2022 13:19
@ascillitoe ascillitoe linked an issue Aug 10, 2022 that may be closed by this pull request
@ascillitoe
Copy link
Contributor

This PR addresses this #576 (comment), but we should leave that issue open until this #576 (comment) is also addressed.

@@ -18,6 +18,15 @@
))


"""Map used to ensure correct pip install message is generated if a missing optional dependency is detected. This dict
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick: map -> mapping?

Copy link
Contributor

@ascillitoe ascillitoe left a comment

Choose a reason for hiding this comment

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

LGTM! One v. minor nitpick, but I might be wrong about the grammar here anyway!

P.s. @mauicv [WIP] needs removing from title prior to merge.

@ascillitoe ascillitoe added this to the v0.10.1 milestone Aug 10, 2022
@mauicv mauicv changed the title [WIP] Fix minor Optional Dependency issues Fix minor Optional Dependency issues Aug 10, 2022
@mauicv mauicv merged commit b618c39 into SeldonIO:master Aug 10, 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.

Document ERROR_TYPES in missing_optional_dependencies
3 participants