Alvianojs commited on
Commit
36949c9
·
1 Parent(s): 23dbcb0

Update src/map_viz_pred.py

Browse files
Files changed (1) hide show
  1. src/map_viz_pred.py +1 -1
src/map_viz_pred.py CHANGED
@@ -15,7 +15,7 @@ import datetime
15
  import warnings
16
  warnings.filterwarnings("ignore")
17
 
18
- def calling_pred_map_viz(counts_df1):
19
  r = "svg/snazzy-image-01.svg"
20
  tree = etree.parse(r)
21
  root = tree.getroot()
 
15
  import warnings
16
  warnings.filterwarnings("ignore")
17
 
18
+ def calling_pred_map_viz(counts_df1, input_day = None, input_hour = None):
19
  r = "svg/snazzy-image-01.svg"
20
  tree = etree.parse(r)
21
  root = tree.getroot()