While putting together IDAES/examples-pse#102, I ran across a ton of deprecation warnings in the example, e.g.:
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: Config item delta_T_method is deprecated use flow_pattern. Will be removed in IDAES 3.0.
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: Config item side_1_property_package is deprecated. Will be removed in IDAES 3.0.
2022-02-24 12:30:05 [WARNING] idaes.power_generation.unit_models.boiler_heat_exchanger: Config item side_2_property_package is deprecated. Will be removed in IDAES 3.0.
and
WARNING: DEPRECATED: DEPRECATED: svg_tag, the tags, tag_format and
tag_format_default arguments are deprecated use tag_group instead.
(deprecated in 1.12) (called from <ipython-input-8-b95b72557475>:6)
WARNING: DEPRECATED: DEPRECATED: svg_tag, the tags, tag_format and
tag_format_default arguments are deprecated use tag_group instead.
(deprecated in 1.12) (called from <ipython-input-8-b95b72557475>:7)
We should revisit the examples and update them to track the current recommended API.
We should also consider updating the examples tests to fail on (unexpected) warnings.
While putting together IDAES/examples-pse#102, I ran across a ton of deprecation warnings in the example, e.g.:
and
We should revisit the examples and update them to track the current recommended API.
We should also consider updating the examples tests to fail on (unexpected) warnings.