Merge pull request #213 from ACCESS-Community-Hub/rbeucher-patch-1 #105
Annotations
10 errors and 3 warnings
Lint with ruff:
src/mopdb/mopdb.py#L23
src/mopdb/mopdb.py:23:8: F401 `sys` imported but unused
|
Lint with ruff:
src/mopdb/mopdb_utils.py#L23
src/mopdb/mopdb_utils.py:23:8: F401 `sys` imported but unused
|
Lint with ruff:
src/mopdb/mopdb_utils.py#L29
src/mopdb/mopdb_utils.py:29:21: F401 `pathlib.Path` imported but unused
|
Lint with ruff:
src/mopdb/mopdb_utils.py#L453
src/mopdb/mopdb_utils.py:453:17: E741 Ambiguous variable name: `l`
|
Lint with ruff:
src/mopper/calc_atmos.py#L35
src/mopper/calc_atmos.py:35:8: F401 `os` imported but unused
|
Lint with ruff:
src/mopper/calc_atmos.py#L36
src/mopper/calc_atmos.py:36:8: F401 `json` imported but unused
|
Lint with ruff:
src/mopper/calc_atmos.py#L41
src/mopper/calc_atmos.py:41:42: F401 `importlib.resources.files` imported but unused
|
Lint with ruff:
src/mopper/calc_atmos.py#L43
src/mopper/calc_atmos.py:43:25: F401 `mopdb.utils.read_yaml` imported but unused
|
Lint with ruff:
src/mopper/calc_atmos.py#L202
src/mopper/calc_atmos.py:202:12: F821 Undefined name `sum_vars`
|
Lint with ruff:
src/mopper/calc_atmos.py#L244
src/mopper/calc_atmos.py:244:12: F821 Undefined name `sum_vars`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Miniconda
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
Install Miniconda
/usr/share/miniconda/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Loading