Skip to content

Add likelihood experiments to main repo #50

Add likelihood experiments to main repo

Add likelihood experiments to main repo #50

Triggered via pull request August 1, 2024 17:54
Status Failure
Total duration 22s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (I001): scripts/run_lik_test.py#L1
scripts/run_lik_test.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): scripts/run_lik_test.py#L9
scripts/run_lik_test.py:9:5: F401 `b3d.bayes3d.image_likelihoods.threedp3_gmm_likelihood_vec` imported but unused
Ruff (F401): scripts/run_lik_test.py#L10
scripts/run_lik_test.py:10:5: F401 `b3d.bayes3d.image_likelihoods.kray_likelihood_intermediate_vec` imported but unused
Ruff (E731): scripts/run_lik_test.py#L46
scripts/run_lik_test.py:46:1: E731 Do not assign a `lambda` expression, use a `def`
Ruff (F541): scripts/run_lik_test.py#L179
scripts/run_lik_test.py:179:12: F541 f-string without any placeholders
Ruff (F541): scripts/run_lik_test.py#L181
scripts/run_lik_test.py:181:9: F541 f-string without any placeholders
Ruff (F541): scripts/run_lik_test.py#L193
scripts/run_lik_test.py:193:12: F541 f-string without any placeholders
Ruff (I001): scripts/run_posterior_mode_volume_test.py#L1
scripts/run_posterior_mode_volume_test.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E731): scripts/run_posterior_mode_volume_test.py#L32
scripts/run_posterior_mode_volume_test.py:32:1: E731 Do not assign a `lambda` expression, use a `def`
Ruff (I001): src/b3d/bayes3d/image_likelihoods.py#L1
src/b3d/bayes3d/image_likelihoods.py:1:1: I001 Import block is un-sorted or un-formatted
ruff
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/