Skip to content

Commit

Permalink
fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 30, 2024
1 parent d7220ea commit 5aa86b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/gen_test_templ.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DIR=`dirname $0`
DIR=`dirname $0`/../
DBFILE=$DIR/files_config1.db
PREF=$DIR/tmp/
PREF1=$DIR/templ_data_test/
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/gen_test_templ_grid.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DIR=`dirname $0`
DIR=`dirname $0`/../
DBFILE=$DIR/files_config1_grid.db
PREF=$DIR/tmp/
PREF1=$DIR/templ_data_test/
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/make_templ.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DIR=`dirname $0`
DIR=`dirname $0`/../
PREFIX=$DIR//templ_data
TEMPLPREF=$DIR/small_phoenix/
WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/make_templ_nn.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DIR=`dirname $0`
DIR=`dirname $0`/../
PREFIX=$DIR//templ_data
TEMPLPREF=$DIR/small_phoenix/
WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/make_templ_regul.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DIR=`dirname $0`
DIR=`dirname $0`/../
PREFIX=$DIR//templ_data
TEMPLPREF=$DIR/small_phoenix/
WAVEFILE=$DIR/small_phoenix/WAVE_PHOENIX-ACES-AGSS-COND-2011.fits
Expand Down

0 comments on commit 5aa86b0

Please sign in to comment.