idaes-pse
idaes-pse copied to clipboard
The IDAES Process Systems Engineering Framework
Running TODO for Pricetaker class: - [ ] Add demo/tutorial/how-to on Pricetaker class usage via an example @MarcusHolly @radhakrishnatg - [ ] consider testing with IDAES process model (beyond simplified...
There are many outstanding issues with dynamic or multiperiod models that need to be resolved. They will be aggregated in this issue. This list is incomplete; you can help by...
Presently, if you generate a flowsheet with config options for both `time` and `time_set`, it just uses `time` directly and ignores `time_set`. It should either generate an exception or log...
In CI, this test should run without idaes_ui installed, which will do nothing but should not crash Testing new code from #1466
https://github.com/IDAES/idaes-pse/actions/runs/10011443971/job/27674889389  ``` FAILED idaes/core/surrogate/plotting/tests/test_alamo_plotting.py::test_scatter3D_alamo - PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpek0o4w_9\\results.pdf' ```
## Fixes Adds Butane and Isobutane in helmholtz, based on: >Reference Equations of State for the Thermodynamic Properties of Fluid Phase n-Butane and Isobutane D. Bücker; W. Wagner https://doi.org/10.1063/1.1901687 ##...
## Summary/Motivation: Adds a literature-based method to the pricetaker model for determining the optimal number of clusters that a dataset should be broken into ## Changes proposed in this PR:...
## Fixes ## Summary/Motivation: Fixes matopt test errors now occurring on all PRs, presumably due to some change in pytest that is more stringent about using fixtures **NOTE: merge this...
## Summary/Motivation: This PR adds new features to the price-taker class. This is WIP. This PR needs to be merged after merging #1579 ## Changes proposed in this PR: -...
## Fixes ## Summary/Motivation: - If the IDS problem is infeasible, it means the constraint is not a major component of an IDS - Logic was incorrect ## Changes proposed...