Matt McKay

Results 747 comments of Matt McKay

on the latest `cache` run this effects 3 lectures: ``` /home/runner/work/lecture-julia.myst/lecture-julia.myst/lectures/dynamic_programming_squared/dyn_stack.md:838: WARNING: Could not lex literal_block as "julia". Highlighting skipped. /home/runner/work/lecture-julia.myst/lecture-julia.myst/lectures/getting_started_julia/julia_essentials.md:23: WARNING: Could not lex literal_block as "julia". Highlighting skipped....

@hsalberti I have approved the `CI` to run. Thanks for your PR.

@hsalberti the `CI` has errored with the following info ``` =========================== short test summary info ============================ FAILED quantecon/tests/test_lqnash.py::TestLQNash::test_randomseed - assert not True + where True = (array([[0.67919293, 0. ]]), array([[0.67919293,...

@davidrpugh I have used memory_profiler before to see what is happening with memory allocation in Python. https://pypi.python.org/pypi/memory_profiler. It is a pretty simple way to check out what memory is getting...

@Harveyt47 I think what is happening here is that RandomState is setting a deterministic sequence of values. So `randn` is extracting numbers from that sequence right?

when you rerun the first cell you're just reseting the sequence again right?

Hi @davidrpugh. Just running through the open issues list. I see that part of this issue has been implemented (i.e. Solow is merged) and part is an open wishlist for...

thanks @shlff any ideas on how to fix this? `(R)` must be a markdown shortcut?

thanks @shlff -- the `visit_footnote` node will need to be checked

thanks @sayaikegawa and @AakashGfude. Given the information content is the same I will tag this as `low` priority but this is a great `style` question about whether the default should...