IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
14 stars 34 forks source link

Pandas deprecation for series call #117

Closed agarciadiego closed 1 month ago

agarciadiego commented 1 month ago

Removes FutureWarning deprecation message on parmest notebooks on how the elements of the dataframe/dictionary are indexed

Fixes #108

{Description} Changes the way of calling the data and differentiates between a dictionary and a dataframe. Based on parmest examples in Pyomo repo

Replaces #110

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

📚 Documentation preview 📚: https://idaes-examples--117.org.readthedocs.build/en/117/

agarciadiego commented 1 month ago

LGTM, although I'm not exactly sure what the "pr" stands for in parameter_estimation_pr.ipynb. Is it an abbreviation of property?

Peng-Robinson