Skip to content

fix: symmetrize covariance matrices before Cholesky decomposition #262

fix: symmetrize covariance matrices before Cholesky decomposition

fix: symmetrize covariance matrices before Cholesky decomposition #262

Triggered via push October 29, 2025 18:23
Status Failure
Total duration 1m 7s
Artifacts
Matrix: test
Code Quality
47s
Code Quality
Matrix: test-package
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Ruff (F401): src/non_local_detector/tests/likelihoods/test_kde_gmm_numerical_comparison.py#L18
src/non_local_detector/tests/likelihoods/test_kde_gmm_numerical_comparison.py:18:27: F401 `numpy.testing.assert_array_less` imported but unused
Ruff (B007): src/non_local_detector/tests/likelihoods/test_kde_gmm_comparison.py#L57
src/non_local_detector/tests/likelihoods/test_kde_gmm_comparison.py:57:9: B007 Loop control variable `elec_idx` not used within loop body
Ruff (F541): src/non_local_detector/tests/likelihoods/test_gmm_kde_convergence.py#L222
src/non_local_detector/tests/likelihoods/test_gmm_kde_convergence.py:222:11: F541 f-string without any placeholders
Ruff (F841): src/non_local_detector/tests/likelihoods/test_gmm_kde_convergence.py#L202
src/non_local_detector/tests/likelihoods/test_gmm_kde_convergence.py:202:5: F841 Local variable `data` is assigned to but never used
Ruff (F401): src/non_local_detector/tests/likelihoods/test_clusterless_kde_optimization.py#L5
src/non_local_detector/tests/likelihoods/test_clusterless_kde_optimization.py:5:8: F401 `pytest` imported but unused
Ruff (I001): src/non_local_detector/tests/likelihoods/test_clusterless_kde_optimization.py#L3
src/non_local_detector/tests/likelihoods/test_clusterless_kde_optimization.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/non_local_detector/tests/likelihoods/test_clusterless_kde_log_optimization.py#L11
src/non_local_detector/tests/likelihoods/test_clusterless_kde_log_optimization.py:11:8: F401 `pytest` imported but unused
Ruff (F841): src/non_local_detector/tests/integration/test_clusterless_kde_parity.py#L188
src/non_local_detector/tests/integration/test_clusterless_kde_parity.py:188:5: F841 Local variable `enc_weights` is assigned to but never used
Ruff (F841): src/non_local_detector/tests/integration/test_clusterless_kde_parity.py#L123
src/non_local_detector/tests/integration/test_clusterless_kde_parity.py:123:5: F841 Local variable `enc_weights` is assigned to but never used
Ruff (F401): src/non_local_detector/likelihoods/clusterless_kde_log.py#L12
src/non_local_detector/likelihoods/clusterless_kde_log.py:12:5: F401 `non_local_detector.likelihoods.common.block_kde` imported but unused
Test Python 3.11
Process completed with exit code 2.
Test Python 3.10
The strategy configuration was canceled because "test._3_11" failed
Test Python 3.10
The operation was canceled.
Test Python 3.12
The strategy configuration was canceled because "test._3_11" failed
Test Python 3.12
The operation was canceled.