Skip to content

Commit

Permalink
Correct flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilinskyy committed Oct 20, 2023
1 parent 522b18f commit 0e1d8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crossing/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
logger = cs.CustomLogger(__name__) # use custom logger

# Const
SAVE_P = False # save pickle files with data
LOAD_P = True # load pickle files with data
SAVE_P = True # save pickle files with data
LOAD_P = False # load pickle files with data
SAVE_CSV = True # load csv files with data
FILTER_DATA = True # filter Appen and heroku data
CLEAN_DATA = True # clean Appen data
Expand Down

0 comments on commit 0e1d8b9

Please sign in to comment.