enable shapely speedups module - should be faster in some cases.

pull/25/head
vilemnovak 2015-12-24 13:04:52 +01:00
rodzic 901760a9ab
commit 788d7c4692
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -3397,6 +3397,8 @@ def rotTo2axes(e,axescombination):
def getPath(context,operation):#should do all path calculations.
t=time.clock()
#print('ahoj0')
if shapely.speedups.available:
shapely.speedups.enable()
#these tags are for caching of some of the results. Not working well still - although it can save a lot of time during calculation...
chd=getChangeData(operation)