Skip to content

Uncertainty and sampling #516

Uncertainty and sampling

Uncertainty and sampling #516

Triggered via pull request December 12, 2025 14:59
@mdtankermdtanker
opened #129
uqpy
Status Failure
Total duration 15m 21s
Artifacts

ci.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 8 warnings, and 3 notices
Pylint
Process completed with exit code 1.
E0611: src/invert4geom/uncertainty.py#L42
No name 'erf' in module 'scipy.special'
E0606: src/invert4geom/plotting.py#L1584
Possibly using variable 'im' before assignment
E0606: src/invert4geom/utils.py#L411
Possibly using variable 'coords_df' before assignment
Check Python 3.12 on ubuntu-latest
Process completed with exit code 1.
Check Python 3.11 on ubuntu-latest
Process completed with exit code 1.
Check Python 3.13 on ubuntu-latest
Process completed with exit code 1.
Check Python 3.12 on macos-14
Process completed with exit code 1.
Check Python 3.13 on macos-14
Process completed with exit code 1.
Check Python 3.11 on macos-14
Process completed with exit code 1.
Check Python 3.11 on windows-latest
Process completed with exit code 1.
Check Python 3.13 on windows-latest
Process completed with exit code 1.
Check Python 3.12 on windows-latest
Process completed with exit code 1.
W0612: src/invert4geom/uncertainty.py#L63
Unused variable 'val'
W0632: src/invert4geom/plotting.py#L1488
Possible unbalanced tuple unpacking with sequence defined at line 596 of verde.coordinates: left side has 2 labels, right side has 0 values
Check Python 3.12 on ubuntu-latest
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-linux-64-args-4f53cda-root-dcc80ee-bin-1f9bad5014ed731922e11591656e3bc56c5f1489830ebd18b5bf7a483e54e7b2-file-c5dcbd7ab01e1e32f08d3a0c6b5e6f07f45e25145cc86c844966d5a462ce2dc3, another job may be creating this cache.
Check Python 3.13 on ubuntu-latest
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-linux-64-args-4f53cda-root-dcc80ee-bin-1f9bad5014ed731922e11591656e3bc56c5f1489830ebd18b5bf7a483e54e7b2-file-c5dcbd7ab01e1e32f08d3a0c6b5e6f07f45e25145cc86c844966d5a462ce2dc3, another job may be creating this cache.
Check Python 3.12 on macos-14
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-osx-arm64-args-4f53cda-root-873f6fe-bin-8aef2518d2eb912f980b897d06dcb985ee1fdaf00403367f246219c12661e614-file-c5dcbd7ab01e1e32f08d3a0c6b5e6f07f45e25145cc86c844966d5a462ce2dc3, another job may be creating this cache.
Check Python 3.11 on macos-14
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-osx-arm64-args-4f53cda-root-873f6fe-bin-8aef2518d2eb912f980b897d06dcb985ee1fdaf00403367f246219c12661e614-file-c5dcbd7ab01e1e32f08d3a0c6b5e6f07f45e25145cc86c844966d5a462ce2dc3, another job may be creating this cache.
Check Python 3.11 on windows-latest
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-win-64-args-4f53cda-root-74fbf63-bin-71521d6629456d990b7d53e1eaf25b6680df0af043683fb733be37c5f083bc6e-file-3f122bfe61bc65afe0bc6141efd9ccae7dc61d8e626e8f8c0e050dd24362b342, another job may be creating this cache.
Check Python 3.12 on windows-latest
Failed to save: Unable to reserve cache with key micromamba-environment-2025-W49-win-64-args-4f53cda-root-74fbf63-bin-71521d6629456d990b7d53e1eaf25b6680df0af043683fb733be37c5f083bc6e-file-3f122bfe61bc65afe0bc6141efd9ccae7dc61d8e626e8f8c0e050dd24362b342, another job may be creating this cache.
C0411: src/invert4geom/uncertainty.py#L111
third party import "scipy.stats.pearsonr" should be placed before first party import "invert4geom.inversion"
C0411: src/invert4geom/uncertainty.py#L42
third party import "scipy.special.erf" should be placed before first party import "invert4geom.inversion"
C0200: src/invert4geom/uncertainty.py#L66
Consider using enumerate instead of iterating with range and len