Refactor GMM likelihood functions to use explicit arguments #261
Annotations
15 errors
|
Code Quality
Process completed with exit code 1.
|
|
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
|
|
Test Python 3.10
Process completed with exit code 2.
|
|
Test Python 3.12
The strategy configuration was canceled because "test._3_10" failed
|
|
Test Python 3.12
The operation was canceled.
|
|
Test Python 3.11
The strategy configuration was canceled because "test._3_10" failed
|
|
Test Python 3.11
The operation was canceled.
|