Skip to content

Commit

Permalink
tests/phantom.mk: remove argument error
Browse files Browse the repository at this point in the history
phantom -b does not take an option. But because our option parsing was
broken, this did not lead to an error up to now...
  • Loading branch information
hcmh committed Apr 11, 2024
1 parent 1c02963 commit fdd361e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phantom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tests/test-phantom-NIST: fft nrmse phantom
tests/test-phantom-NIST-basis: nrmse phantom fmac
set -e; mkdir $(TESTS_TMP) ; cd $(TESTS_TMP) ;\
$(TOOLDIR)/phantom --NIST -k k0.ra ;\
$(TOOLDIR)/phantom --NIST -b 11 -k k1.ra ;\
$(TOOLDIR)/phantom --NIST -b -k k1.ra ;\
$(TOOLDIR)/fmac -s 64 k1.ra k2.ra ;\
$(TOOLDIR)/nrmse -t 0.000001 k0.ra k2.ra ;\
rm *.ra ; cd .. ; rmdir $(TESTS_TMP)
Expand Down Expand Up @@ -256,7 +256,7 @@ tests/test-phantom-SONAR: fft nrmse phantom
tests/test-phantom-SONAR-basis: nrmse phantom fmac
set -e; mkdir $(TESTS_TMP) ; cd $(TESTS_TMP) ;\
$(TOOLDIR)/phantom --SONAR -k k0.ra ;\
$(TOOLDIR)/phantom --SONAR -b 11 -k k1.ra ;\
$(TOOLDIR)/phantom --SONAR -b -k k1.ra ;\
$(TOOLDIR)/fmac -s 64 k1.ra k2.ra ;\
$(TOOLDIR)/nrmse -t 0.000001 k0.ra k2.ra ;\
rm *.ra ; cd .. ; rmdir $(TESTS_TMP)
Expand Down

0 comments on commit fdd361e

Please sign in to comment.