Skip to content

Commit

Permalink
date arg placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Sep 5, 2022
1 parent 786e1ad commit 01b5452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/04_rf_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def main():
parser.add_argument("--date", type=str)
args = vars(parser.parse_args())
date = args["date"]
# date = "2022-09-04"

# --- prep prediction data
dt = pd.read_csv("data/prediction/modis-" + date.replace("-", "_") +
Expand Down

0 comments on commit 01b5452

Please sign in to comment.