fix shapely speedups warning object

This commit is contained in:
Laura Klünder 2019-12-09 22:33:40 +01:00
parent 7e48101fa5
commit 7062a6c446

View file

@ -25,7 +25,7 @@ def check_speedups(app_configs, **kwargs):
errors.append(
checks.Warning(
'Your shapely version does not have speedups enabled. This will significantly slow down c3nav!',
obj='rtree.index.Index',
obj='shapely.speedups',
id='c3nav.mapdata.W001',
)
)