turn off moving averages as I dont have time to rewrite the code with newer pandas syntax and python3
This commit is contained in:
parent
37890c4113
commit
184f33b98a
1 changed files with 3 additions and 2 deletions
|
@ -99,9 +99,10 @@ done
|
||||||
gnuplot ${LSHARE}/${PROJECT}-data.gp
|
gnuplot ${LSHARE}/${PROJECT}-data.gp
|
||||||
|
|
||||||
# Make the seven day moving average file
|
# 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
|
# cleanup the temp data
|
||||||
rm -rf ${TEMPDIR}
|
rm -rf ${TEMPDIR}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue