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

MarkovChain.simulate API change; random_state option added #166

Merged
merged 12 commits into from
Aug 26, 2015
Prev Previous commit
Remove unused import
  • Loading branch information
oyamad committed Aug 26, 2015
commit c535ab7ca089700ce525ef0f4e0146dcdd5159d6
2 changes: 0 additions & 2 deletions quantecon/markov/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
MarkovChain, mc_compute_stationary, mc_sample_path
)

from quantecon.util import numba_installed, jit


def list_of_array_equal(s, t):
"""
Expand Down