-
Notifications
You must be signed in to change notification settings - Fork 787
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 unused module + enhance code patterns #849
Conversation
@alaabenfatma Thanks for the PR! The codebase currently doesn't advocate for either of |
@savingoyal Thanks for the review. I decoupled the
|
Thanks for the edit! Re: EAPF vs LBYL - unfortunately there isn't any consistency in the code base today - EAPF example - https://github.com/Netflix/metaflow/blob/master/metaflow/util.py#L14 |
This PR targets this issue: #848
What's new:
MetaflowException
LBYL
instead ofEAPF