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

Refactor gth_solve.py; add documentation of gth_solve and graph_tools #100

Merged
merged 2 commits into from
Nov 23, 2014

Conversation

oyamad
Copy link
Member

@oyamad oyamad commented Nov 23, 2014

In gth_solve.py I replaced sum + list comprehension with dot + indexed arrays. The current version gets about 10% faster in some best case.
(I also corrected a typo in test_gth_solve_py.)

I realized that gth_solve and DiGraph (in graph_tools.py) do not appear on readthedocs.
To let them show up, I added graph_tools and gth_solve to docs/source/tools.rst. Do I also need to create the files "graph_tools.rst" and "gth_solve.rst"?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ff2cae1 on oyamad:gth_solve into 1b7320b on QuantEcon:master.

@jstac
Copy link
Contributor

jstac commented Nov 23, 2014

@oyamad Great, thanks.

jstac added a commit that referenced this pull request Nov 23, 2014
Refactor gth_solve.py; add documentation of gth_solve and graph_tools
@jstac jstac merged commit 48d621b into QuantEcon:master Nov 23, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants