gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 051ef3d8: Checks: dependencies of two astscrip


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 051ef3d8: Checks: dependencies of two astscript-psf scripts corrected
Date: Sat, 16 Apr 2022 20:30:38 -0400 (EDT)

branch: master
commit 051ef3d872a9c24b86feae5ec25c0c9b6dda5ff1
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Checks: dependencies of two astscript-psf scripts corrected
    
    Until now, the dependencies of the 'make check' tests of all the PSF
    scripts was 'mkprof/mosaic2.sh.log'. However, for two of the scripts, the
    input image that was used was actually the output of 'mkprof/mosaic1.sh'!
    This caused random crashes some times (when 'mosaic1.sh' wasn't yet run).
    
    With this commit, these two particular scripts now depend on the
    'mkprof/mosaic1.sh.log'.
---
 tests/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0c7be0fe..188992bb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -218,9 +218,9 @@ SCRIPT_TESTS = script/psf-unite.sh \
 # We want to have several FITS files as input for this script.
 script/psf-unite.sh: mkprof/mosaic2.sh.log
 script/psf-stamp.sh: mkprof/mosaic2.sh.log
-script/psf-subtract.sh: mkprof/mosaic2.sh.log
+script/psf-subtract.sh: mkprof/mosaic1.sh.log
 script/radial-profile.sh: mkprof/mosaic2.sh.log
-script/psf-scale-factor.sh: mkprof/mosaic2.sh.log
+script/psf-scale-factor.sh: mkprof/mosaic1.sh.log
 script/psf-select-stars.sh: segment/segment.sh.log
 script/sort-by-night.sh: mkcatalog/aperturephot.sh.log
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]