aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/curve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/curve.sh')
-rwxr-xr-xscripts/curve.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/curve.sh b/scripts/curve.sh
index 7b77deb3..4e854aeb 100755
--- a/scripts/curve.sh
+++ b/scripts/curve.sh
@@ -13,7 +13,6 @@ series=(22 23 24 25 26 27 28 29 30 31 32)
pushd "$CODE_DIR/python" > /dev/null
for index in ${indices[@]}; do
for s in ${series[@]}; do
- echo "filling $index$s"
sem -j 4 "python cds_curve.py $index $s --latest"
done
done