Alvianojs commited on
Commit
5b9c013
·
1 Parent(s): 182d286

Update src/map_viz_pred.py

Browse files

import hour_rounder function

Files changed (1) hide show
  1. src/map_viz_pred.py +1 -0
src/map_viz_pred.py CHANGED
@@ -2,6 +2,7 @@ from __future__ import division, print_function
2
  from six import StringIO
3
  from svgpath2mpl import parse_path
4
  from collections import defaultdict
 
5
  import xml.etree.ElementTree as etree
6
  import re
7
  import matplotlib as mpl
 
2
  from six import StringIO
3
  from svgpath2mpl import parse_path
4
  from collections import defaultdict
5
+ from src.pred_plot import hour_rounder
6
  import xml.etree.ElementTree as etree
7
  import re
8
  import matplotlib as mpl