From 6e1d9a386f3fe9fe91b19631f4e2691bce72aa27 Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:10:50 +0200 Subject: [PATCH 1/2] Add astar-utils and scopesim-targets to script --- bin/download_scopesim_data.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/download_scopesim_data.sh b/bin/download_scopesim_data.sh index 9bf4c4b..1927802 100755 --- a/bin/download_scopesim_data.sh +++ b/bin/download_scopesim_data.sh @@ -59,6 +59,8 @@ pushd "${DIR_WORK}" # All poetry files are updated with `poetry update` to ensure we test the latest # versions of our dependencies. +git clone https://github.com/AstarVienna/astar-utils.git +git clone https://github.com/AstarVienna/scopesim-targets.git git clone https://github.com/AstarVienna/Pyckles.git git clone https://github.com/AstarVienna/speXtra.git git clone https://github.com/AstarVienna/ScopeSim.git @@ -74,15 +76,20 @@ pushd irdb pip install -r requirements.github_actions.txt popd +pip install -e scopesim-targets pip install -e ScopeSim_Templates pip install -e ScopeSim pip install -e speXtra pip install -e skycalc_ipy pip install -e Pyckles pip install -e AnisoCADO - +pip install -e astar-utils # Run the tests. +pushd astar-utils +python -m pytest +popd + pushd Pyckles python -m pytest popd @@ -103,6 +110,10 @@ pushd ScopeSim_Templates python -m pytest popd +pushd sopesim-targets +python -m pytest +popd + pushd ScopeSim python -m pytest bash ./runnotebooks.sh From c3d92db32bb1e35d4158b1cc26e483e9f6e4650b Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:18:50 +0200 Subject: [PATCH 2/2] typo --- bin/download_scopesim_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/download_scopesim_data.sh b/bin/download_scopesim_data.sh index 1927802..6bd6470 100755 --- a/bin/download_scopesim_data.sh +++ b/bin/download_scopesim_data.sh @@ -110,7 +110,7 @@ pushd ScopeSim_Templates python -m pytest popd -pushd sopesim-targets +pushd scopesim-targets python -m pytest popd