Wrap 0D Fixed Bed TSA unit model in extra_models/fixed_bed_tsa0d
for Flowsheet Processor UI
#7396
core.yml
on: pull_request
Compatibility tests
4m 37s
Matrix: pytest
Matrix: Upload coverage report (Codecov)
Annotations
1 error, 13 warnings, and 4 notices
Pylint
Process completed with exit code 17.
|
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'.
|
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.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.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'.
|
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.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.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'.
|
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'.
|
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.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.9/linux)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
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.9/linux)
warning libmamba libarchive warning:
|
F0002 (astroid-error):
idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py#L1
idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py: Fatal error while checking 'idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2025-02-10-23-46-39.txt'.
|
C0411 (wrong-import-order):
idaes/models_extra/temperature_swing_adsorption/util.py#L19
standard import "from sys import stdout" should be placed before "import pytest"
|
C0411 (wrong-import-order):
idaes/models_extra/temperature_swing_adsorption/util.py#L20
standard import "import textwrap" should be placed before "import pytest"
|
C0412 (ungrouped-imports):
idaes/models_extra/temperature_swing_adsorption/util.py#L24
Imports from package pyomo are not grouped
|