Skip to content

Commit

Permalink
only warn if wsclean not available
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Feb 4, 2025
1 parent acf3967 commit 09cd910
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/00_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ if ! giant-squid --version; then
echo "WARNING: giant-squid not found. https://github.com/MWATelescope/giant-squid?tab=readme-ov-file#installation "
fi
if ! wsclean --version; then
echo "wsclean not found. https://wsclean.readthedocs.io/en/latest/installation.html "
exit 1
echo "WARNING: wsclean not found. https://wsclean.readthedocs.io/en/latest/installation.html "
fi
if ! hyperdrive --version; then
echo "hyperdrive not found. https://mwatelescope.github.io/mwa_hyperdrive/installation/intro.html "
Expand Down

0 comments on commit 09cd910

Please sign in to comment.