Commit 10f08b6e authored by cradmlozzer's avatar cradmlozzer
Browse files

comment main func

parent 4d6eaea3
Showing with 6 additions and 6 deletions
+6 -6
......@@ -131,11 +131,11 @@ def preprocess_list(list_of_prices, period: int=10)->list:
if __name__ == '__main__':
n_days = 2
db_session.global_init("db/db.db")
db_sess = db_session.create_session()
# if __name__ == '__main__':
# n_days = 2
# db_session.global_init("db/db.db")
# db_sess = db_session.create_session()
l = get_future_prices(cfa_image_id=3, db_sess=db_sess, is_refit=True, n_days=n_days)
print(l)
# l = get_future_prices(cfa_image_id=3, db_sess=db_sess, is_refit=True, n_days=n_days)
# print(l)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment