aboutsummaryrefslogtreecommitdiff
path: root/initial_setup.py
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-12-17 04:03:07 -0500
committerPriyansh <[email protected]>2021-12-17 04:03:07 -0500
commitcefabf931972bd6120ff66a8cedfdbd043042ac1 (patch)
tree79deaa6cb5267cf93e0e4cdba53d5ec96ceb4f91 /initial_setup.py
parent02362e38881abe32cd4a0b716e7888668e4b724c (diff)
downloadtemp_pred_arima-cefabf931972bd6120ff66a8cedfdbd043042ac1.tar.xz
temp_pred_arima-cefabf931972bd6120ff66a8cedfdbd043042ac1.zip
removed requirement for arima.pkl
Diffstat (limited to 'initial_setup.py')
-rw-r--r--initial_setup.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/initial_setup.py b/initial_setup.py
index e7ffa6c..e5428d9 100644
--- a/initial_setup.py
+++ b/initial_setup.py
@@ -24,16 +24,16 @@ def download(url, filename):
sys.stdout.flush()
sys.stdout.write('\n')
-if not exists('arima.pkl'):
- if not exists('arima.compressed'):
- print('[*] Downloading arima.compressed')
- download("https://github.com/luciferreeves/Analyzing-Climate-Change-using-Earth-Surface-Temperature-Visualization/releases/download/large_files/arima.compressed", 'arima.compressed')
- print('[*] Decompressing arima.compressed')
- decompress_arima()
+# if not exists('arima.pkl'):
+# if not exists('arima.compressed'):
+# print('[*] Downloading arima.compressed')
+# download("https://github.com/luciferreeves/Analyzing-Climate-Change-using-Earth-Surface-Temperature-Visualization/releases/download/large_files/arima.compressed", 'arima.compressed')
+# print('[*] Decompressing arima.compressed')
+# decompress_arima()
-if not exists('arima.pkl') and exists('arima.compressed'):
- print('[*] Decompressing arima.compressed')
- decompress_arima()
+# if not exists('arima.pkl') and exists('arima.compressed'):
+# print('[*] Decompressing arima.compressed')
+# decompress_arima()
if not exists('database.db'):
print('[*] Downloading database.db')