You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "<ipython-input-1-09b63899e645>", line 23
print index #the most intense part of the algorithm
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(index #the most intense part of the algorithm)?
os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')
from gravity import Gravity, Production, Attraction, Doubly
model = Gravity(flows, o_vars, d_vars, cost, 'exp')
print model.params
print model.deviance
File "<ipython-input-2-72a7a70c129d>", line 5
print model.params
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(model.params)
The text was updated successfully, but these errors were encountered:
yeah I could add that script run on the build process. Do you have any pointers on where to find it/how to run it?
More generally, shouldn't notebooks be Python-3 first in all projects in the federation by now? If so, I'm happy to issue a fix upstream on the notebooks.
sparse_scipy_optim
Sparse Categorical Bottleneck
Sparse Categorical Speed
NYC_Bike_Example
The text was updated successfully, but these errors were encountered: