-
Notifications
You must be signed in to change notification settings - Fork 6
Import Functionality #6
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
base: main
Are you sure you want to change the base?
Conversation
…nan since nan!= nan. Adding it in the allclose() call
- Inline test strings now add import statements at top of test - Created 2 tests for import functionality (one with standard import, one with from import, both with aliases) - Added meeting notes from 10-31
|
Thanks for your contribution, @hanse7962. Can you please fix the CI build, before we can take a look? |
|
Sure thing. I'll take a look and update the request once it's fixed. |
|
Don't worry @owolabileg, I'm on top of this project (which just started not long ago). We will implement more stuff and polish the code before calling for a broader code review. We're just trying to get the CI tests running as a signal through this PR. |
Apparently, they are incompatible with pre Python 3.10
Inline tests support imported libraries.