fix shapely speedups warning object
This commit is contained in:
parent
7e48101fa5
commit
7062a6c446
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue