turn off moving averages as I dont have time to rewrite the code with newer pandas syntax and python3

This commit is contained in:
Stephen Smoogen 2020-07-02 14:24:10 -04:00
parent 37890c4113
commit 184f33b98a

View file

@ -99,9 +99,10 @@ done
gnuplot ${LSHARE}/${PROJECT}-data.gp
# Make the seven day moving average file
/usr/local/bin/mirrors-moving_avg.py > ${WEBDIR}/${PROJECT}data-all-7day-ma.csv
## TODO: 2020-07-02 rewrite as python3 with newer pandas and numpy
#/usr/local/bin/mirrors-moving_avg.py > ${WEBDIR}/${PROJECT}data-all-7day-ma.csv
gnuplot ${LSHARE}/${PROJECT}-moving.gp
# gnuplot ${LSHARE}/${PROJECT}-moving.gp
# cleanup the temp data
rm -rf ${TEMPDIR}