We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes, I thought about the same thing (actually Fabien did!). I was quickly browsing to see if there's a good practice on how to handle optional imports. The only improvement I could find is to use importlib to check if a module exists or not: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
Originally posted by @adehecq in #151 (comment)
The text was updated successfully, but these errors were encountered:
Forgot this before releasing: we should move noisyopt to optional imports
noisyopt
EDIT: Done in #397
Sorry, something went wrong.
No branches or pull requests
Yes, I thought about the same thing (actually Fabien did!). I was quickly browsing to see if there's a good practice on how to handle optional imports. The only improvement I could find is to use importlib to check if a module exists or not: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
Originally posted by @adehecq in #151 (comment)
The text was updated successfully, but these errors were encountered: