We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
idaes_flowsheet_processor
At the moment, the primary import location is idaes_flowsheet_processor.api, i.e. we have:
idaes_flowsheet_processor.api
from idaes_flowsheet_processor.api import FlowsheetInterface
However, I think this is mostly a remnant of the original package structure, and we could just get rid the api subpackage, i.e.:
api
from idaes_flowsheet_processor import FlowsheetInterface
The text was updated successfully, but these errors were encountered:
@dangunter Thoughts?
Sorry, something went wrong.
No branches or pull requests
At the moment, the primary import location is
idaes_flowsheet_processor.api
, i.e. we have:However, I think this is mostly a remnant of the original package structure, and we could just get rid the
api
subpackage, i.e.:The text was updated successfully, but these errors were encountered: