GeoDaCenter / spatial_access

https://spatial.uchicago.edu
37 stars 11 forks source link

delete return lines when in calculate or aggregate in Models.py #84

Open tienc opened 5 years ago

tienc commented 5 years ago

In all models in Models.py, when the user calls name.calculate() the code returns the result which can get in the way especially when working with many origins and destinations. In the noteboooks, the results should only print if the user calls for it or uses head()