mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
Convert print to function for Python 3 compatibility
This commit is contained in:
parent
4512964f09
commit
4b4e5d4901
5 changed files with 10 additions and 10 deletions
|
|
@ -159,10 +159,10 @@ def new_shape_string(sf,name,regex,field=2,type=None):
|
|||
|
||||
newshp.line(parts=_parts)
|
||||
newshp.records.append(sr.record)
|
||||
print len(sr.record)
|
||||
print(len(sr.record))
|
||||
|
||||
newshp.save(name)
|
||||
print index
|
||||
print(index)
|
||||
|
||||
def apply_bbox(sf,ax):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue