Cory Walker
Cory Walker
assert.Equal(t, "Hold[Length[{a, b, c}]]", EasyRun("{a, b, c} /. {n__} :> Hold[Length[{n}]]", es)) assert.Equal(t, "Hold[Length[{a, b, c}]]", EasyRun("{a, b, c} /. {n__} -> Hold[Length[{n}]]", es)) both of these fail.
CasAssertSame(t, es, "{{{0, 0}, {0, 1}, {0, 2}, {0, 3}}, {{1, 0}, {1, 1}, {1, 2}, {1, 3}}, {{2, 0}, {2, 1}, {2, 2}, {2, 3}}}", "Table[{a, b}, {a, 0,...
Can't remember the specifics on this one, but fix it.
I was interested in implementing Double DQN in this source code, so here are my changes. Feel free to pull these into the main codebase. I didn't change much, since...
It needs to be possible to override `config.py` from outside the Python package. Look to Django for inspiration.
There is a bug in `prime.Primes()` where the `csegPool` uses a stale `segSize` when we call the function for increasing values, causing a panic. For example, calling `prime.Primes(15)` then `prime.Primes(19)`...