-
Notifications
You must be signed in to change notification settings - Fork 133
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
Consistent Module Imports #42
Comments
8 tasks
This was referenced Apr 5, 2017
Merged
Merged
Note that when this is fixed, we can probably add some useful checks to the pylint checks in developer_tools/pylint_list and developer_tools/pylint_check |
8 tasks
This was referenced Apr 7, 2017
Merged
8 tasks
This was referenced Apr 8, 2017
Merged
Merged
Merged
This was referenced Apr 14, 2017
Merged
8 tasks
8 tasks
8 tasks
This was referenced Apr 26, 2017
Merged
This was referenced May 4, 2017
Merged
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
Merged
9 tasks
9 tasks
9 tasks
This was referenced Sep 20, 2024
Merged
9 tasks
9 tasks
9 tasks
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
What did you expect to see happen?
Consistent, modular imports throughout RAVEN
What did you see instead?
Fiddling with PYTHONPATH and some inconsistency in when some modules can import others safely, as well as occasional imports in the body of python modules
Do you have a suggested fix for the development team?
We should probably continue towards making RAVEN more library-like, so that our imports all happen in a consistent way.
For Devs: Issue Review
For Devs: Issue Closure
The text was updated successfully, but these errors were encountered: