Skip to content

Wrap 0D Fixed Bed TSA unit model in extra_models/fixed_bed_tsa0d for Flowsheet Processor UI #7275

Wrap 0D Fixed Bed TSA unit model in extra_models/fixed_bed_tsa0d for Flowsheet Processor UI

Wrap 0D Fixed Bed TSA unit model in extra_models/fixed_bed_tsa0d for Flowsheet Processor UI #7275

Triggered via pull request December 15, 2024 02:22
Status Failure
Total duration 9m 46s
Artifacts

core.yml

on: pull_request
Check code formatting (Black)
31s
Check code formatting (Black)
Check Spelling
9s
Check Spelling
Compatibility tests
4m 28s
Compatibility tests
Matrix: pytest
Matrix: Upload coverage report (Codecov)
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 27 warnings, and 6 notices
pytest (py3.12/linux)
Process completed with exit code 2.
pytest (py3.9/linux)
Process completed with exit code 2.
pytest (py3.10/linux)
Process completed with exit code 2.
pytest (py3.11/linux)
Process completed with exit code 2.
Pylint
Process completed with exit code 22.
Build Sphinx docs
Process completed with exit code 255.
pytest (py3.10/win64)
Process completed with exit code 2.
pytest (py3.9/win64)
Process completed with exit code 2.
pytest (py3.11/win64)
Process completed with exit code 2.
pytest (py3.12/win64)
Process completed with exit code 2.
Check Spelling
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check code formatting (Black)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pytest (py3.12/linux)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.9/linux)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.10/linux)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.11/linux)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Compatibility tests
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pylint
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
W1309 (f-string-without-interpolation): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L49
Using an f-string that does not have any interpolated variables
W0611 (unused-import): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L25
Unused Expression imported from pyomo.environ
W0611 (unused-import): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L29
Unused get_solver imported from idaes.core.solvers
W0611 (unused-import): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L30
Unused ConfigurationError imported from idaes.core.util.exceptions
W0611 (unused-import): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L41
Unused plot_tsa_profiles imported from idaes.models_extra.temperature_swing_adsorption.util
Build Sphinx docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Sphinx docs
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.10/win64)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.10/win64)
EnvironmentNameNotFound: Could not find conda environment: idaes-pse-dev You can list all discoverable environments with `conda info --envs`.
pytest (py3.9/win64)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.9/win64)
EnvironmentNameNotFound: Could not find conda environment: idaes-pse-dev You can list all discoverable environments with `conda info --envs`.
pytest (py3.11/win64)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.11/win64)
EnvironmentNameNotFound: Could not find conda environment: idaes-pse-dev You can list all discoverable environments with `conda info --envs`.
pytest (py3.12/win64)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
pytest (py3.12/win64)
EnvironmentNameNotFound: Could not find conda environment: idaes-pse-dev You can list all discoverable environments with `conda info --envs`.
E0401 (import-error): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L32
Unable to import 'idaes_flowsheet_processor'
C0411 (wrong-import-order): idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L32
third party import "from idaes_flowsheet_processor import api" should be placed before "from idaes.core import FlowsheetBlock"