Fix examples charts/dashboards and refactor (#5881)

* Fix examples charts/dashboards and refactor

* pylinting

* Fix pylint

* Lint the refactor

* Rebased
This commit is contained in:
Maxime Beauchemin
2018-10-31 15:29:04 -07:00
committed by GitHub
parent 9710369d52
commit 7b3095d6ff
22 changed files with 2785 additions and 2522 deletions

View File

@@ -159,7 +159,7 @@ def load_examples_run(load_test_data):
data.load_country_map_data()
print('Loading [Multiformat time series]')
data.load_multiformat_time_series_data()
data.load_multiformat_time_series()
print('Loading [Paris GeoJson]')
data.load_paris_iris_geojson()