-
Notifications
You must be signed in to change notification settings - Fork 41
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
refactor: generic.py restructuring #2649
Conversation
@seanpearsonuk @mkundu1 @prmukherj We can rename recently added modules. Please share if you have any suggestions. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move those singular functions within a module to an __init__.py
in the parent module? We won't loose anything in terms of namespaces if we do that.
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
Co-authored-by: Kathy Pippert <[email protected]>
…pyfluent into fix/generic_restructuring
closes #2643
generic.py
as it's name was not helping to clarify it's usage.in_notebook
moved tocheck_in_notebook.py
loop
related functions moved toevent_loop.py
.singlton_meta.py
timing
moved totiming_decorator.py