Skip to content

Commit

Permalink
Fix calibrator baseline filter part deux
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Sep 16, 2023
1 parent 93eb1e8 commit df51838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_LINC_calibrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [[ -z "$SIMG" ]]; then
echo "Generating default pipeline configuration"
git clone https://github.com/tikk3r/flocs.git

python flocs/runners/create_ms_list.py $DATADIR
python flocs/runners/create_ms_list.py --filter_baselines '*&' $DATADIR
echo LINC starting
echo export PATH=$LINC_DATA_ROOT/scripts:$PATH > tmprunner.sh
echo export PYTHONPATH=\$LINC_DATA_ROOT/scripts:\$PYTHONPATH >> tmprunner.sh
Expand Down

0 comments on commit df51838

Please sign in to comment.