Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tienc opened this issue Jul 18, 2019 · 0 comments
Open

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

tienc opened this issue Jul 18, 2019 · 0 comments

Comments

@tienc
Copy link

tienc commented Jul 18, 2019

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()

ifarah added a commit that referenced this issue Jul 30, 2019
1. Created new folders (sources, destinations, output_data, matrices, models)
2. Replaced notebooks
3. Added figures
3. Changed code (solving issues)
	- #82: Change syntax to: return self.model_results (Models.py)
	- #84: Do’t return results when calculating the models (Models.py) - I commented it out.
	- #85: focus_categories instead of all_categories (lines 161 and 163 of Models.py)
	- #87: changed plot_type to plot_column (BaseModels.py)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant