Skip to content

Commit e7b0b28

Browse files
committed
Removed redundant geo_maps file
1 parent 352abe6 commit e7b0b28

File tree

4 files changed

+2
-236
lines changed

4 files changed

+2
-236
lines changed

changehc/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ should not include critical sub-routines.
6767

6868
## Code tour
6969

70-
- update_sensor.py: ChangeHCSensorUpdator: reads the data, makes transformations,
71-
- sensor.py: ChangeHCSensor: methods for transforming data, including backfill and smoothing
70+
- update_sensor.py: CHCSensorUpdator: reads the data, makes transformations,
71+
- sensor.py: CHCSensor: methods for transforming data, including backfill and smoothing
7272
- load_data.py: methods for loading claims and EHR data
73-
- geo_maps.py: geo reindexing

changehc/delphi_changehc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from __future__ import absolute_import
1010

1111
from . import config
12-
from . import geo_maps
1312
from . import load_data
1413
from . import run
1514
from . import sensor

changehc/delphi_changehc/geo_maps.py

Lines changed: 0 additions & 231 deletions
This file was deleted.

changehc/delphi_changehc/update_sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import pandas as pd
1616
# first party
1717
from .config import Config, Constants
18-
from .geo_maps import GeoMaps
1918
from .load_data import load_combined_data
2019
from .sensor import CHCSensor
2120
from .weekday import Weekday

0 commit comments

Comments
 (0)