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
3 changes: 3 additions & 0 deletions config/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ test:
check_likelihood_function: true # if True, when a search is resumed the likelihood of a previous sample is recalculated to ensure it is consistent with the previous run.
lh_timeout_seconds: # If a float is input, the log_likelihood_function call is timed out after this many seconds, to diagnose infinite loops. Default is None, meaning no timeout.
disable_positions_lh_inversion_check: true
version:
workspace_version: 2026.4.13.6 # Pinned by the release pipeline; must match the installed library version.
workspace_version_check: True # If False, bypass the workspace/library version check. Set to False on `main`-branch clones — `main` updates faster than releases, so mismatches are expected and not actionable.
3 changes: 0 additions & 3 deletions welcome.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import autogalaxy as ag
from autoconf import check_version

check_version(ag.__version__)

input(
"############################################\n"
Expand Down
Loading