CSIRO-Precision-Agriculture / pyprecag

A suite of tools for Precision Agriculture
Other
21 stars 9 forks source link

Bug fix - pyproj version #25

Closed cratcliff closed 5 years ago

cratcliff commented 5 years ago

An update of pyproj from 2.1.3 to 2.2.0 caused travis ci to fail with a segmentation fault and core dump

test02_createPolygonFromPointTrail (test_end2end.test_End2End) ... Segmentation fault (core dumped)
Makefile:30: recipe for target 'test' failed
make: *** [test] Error 139

Also removed a duration function which was being problematic when used in raster_ops.py fixed some pep8 string formatting