Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions autobuild/config/no_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ autofit:
- GetDist # Cant get it to install, even in optional requirements.
- Zeus # Test Model Iniitalization no good.
- ZeusPlotter # Test Model Iniitalization no good.
- UltraNestPlotter # Test Model Iniitalization no good.
- DynestyPlotter # Test Model Iniitalization no good.
- start_point # bug https://github.com/rhayes777/PyAutoFit/issues/1017
- searches/mle/PySwarmsGlobal # PySwarms does not support JAX.
- searches/mle/PySwarmsLocal # PySwarms does not support JAX.
- searches/nest/UltraNest # UltraNest does not support JAX.
- plot/PySwarmsPlotter # PySwarms does not support JAX.
autogalaxy:
- tutorial_searches
- gui/light_centre # GUI scripts cannot be run
Expand Down
35 changes: 35 additions & 0 deletions test_results/autofit__plot__script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Test Report: autofit / plot (script)

**5 scripts** | 1 failed | 1 passed | 3 skipped

| Status | Count |
|--------|-------|
| failed | 1 |
| passed | 1 |
| skipped | 3 |

## Failures

### `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/plot/EmceePlotter.py` — FAILED (2.3s)

Command '['/home/jammy/venv/PyAuto/bin/python3', '/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/plot/EmceePlotter.py']' returned non-zero exit status 1.

```
Traceback (most recent call last):
File "/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/plot/EmceePlotter.py", line 156, in <module>
for walker_index in range(search_internal.get_log_prob().shape[1]):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get_log_prob'
```

## Skipped

| Script | Reason |
|--------|--------|
| `DynestyPlotter.py` | Test Model Iniitalization no good. |
| `GetDist.py` | Cant get it to install, even in optional requirements. |
| `ZeusPlotter.py` | Test Model Iniitalization no good. |

## Passed

- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/plot/NautilusPlotter.py` (1.8s)
24 changes: 24 additions & 0 deletions test_results/autofit__searches__script.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Test Report: autofit / searches (script)

**8 scripts** | 6 passed | 2 skipped

| Status | Count |
|--------|-------|
| passed | 6 |
| skipped | 2 |

## Skipped

| Script | Reason |
|--------|--------|
| `Zeus.py` | Test Model Iniitalization no good. |
| `start_point.py` | bug https://github.com/rhayes777/PyAutoFit/issues/1017 |

## Passed

- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/mcmc/Emcee.py` (2.7s)
- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/mle/Drawer.py` (2.6s)
- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/mle/LBFGS.py` (2.1s)
- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/nest/DynestyDynamic.py` (1.6s)
- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/nest/DynestyStatic.py` (1.6s)
- `/home/jammy/Code/PyAutoLabs/autofit_workspace/scripts/searches/nest/Nautilus.py` (1.6s)