CoronaWhy / task-ts

Work related to time series prediction and forecasting of Coronavirus
23 stars 16 forks source link

fix data_crawler DATA_DIR to work in a module #77

Closed antonpolishko closed 3 years ago

antonpolishko commented 3 years ago

addresses the issue of having DATA_DIR pointing inside python modules system folder instead of to some "data" folder inside user space.

Current fix works within coronawhy/airflow-ts image

antonpolishko commented 3 years ago

This was addressed in #79 time_series_path . Thus closing PR