Patrick Moran

Results 4 comments of Patrick Moran

Apparently this patch will fix the issue: ``` class _CZMLBaseObject(object): ... def load(self, data): if hasattr(data, 'iteritems'): # python 2 iterator = data.iteritems elif hasattr(data, 'items'): # python 3 iterator...

The remove_all_comments doesnt work correctly for nested comments nor for docstrings with " type quotes. ``` def create_model(x_train,y_train , x_test, y_test): # val_split=0.1, params=None): """ THIS DOCSTRING WILL NOT BE...

I tried to update the geo using this: wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2 tar xjf geos-3.3.8.tar.bz2 cd geos-3.3.8 ./configure make sudo make install It compiled OK and created the correct library version 3.3.8...

I see – thats what it seems. Thanks for the info. From: Harald Schilly [mailto:[email protected]] Sent: Sunday, May 07, 2017 4:35 AM To: sagemath/android Cc: Patrick Moran; Author Subject: Re:...