-
Notifications
You must be signed in to change notification settings - Fork 11
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
KBHDP SOA Case Study #135
KBHDP SOA Case Study #135
Conversation
src/watertap_contrib/reflo/analysis/case_studies/KBHDP/KBHDP_SOA.py
Outdated
Show resolved
Hide resolved
src/watertap_contrib/reflo/analysis/case_studies/KBHDP/KBHDP_SOA.py
Outdated
Show resolved
Hide resolved
@@ -1,6 +1,7 @@ | |||
from .softener import * | |||
from .UF import * | |||
from .ro_system import * | |||
from .deep_well_injection import * |
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.
Typically I would think we'd be careful with wildcard imports.
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.
LGTM - just some cleanup if you want to polish before merge
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.
LGTM - tests and clean up/finalization once we have final results.
Creating PR for SOA Case Study