Sam Steingold
Sam Steingold
There is a glimpse of hope - when I append `&token=XXX` to the url that I pass to `websocket-open`, everything works just fine.
I set `ein:query-timeout` to `nil` and I still get ``` [error] request--callback: peculiar error: 403 ein: [error] ein:content-save-error: http://127.0.0.1:8888/api/contents/eeg.ipynb peculiar error: 403. ein: [warn] Failed saving notebook! ``` in `*Messages*`...
what would you like me to do?
I am using `2.7.6.1 (dt dec pq3 ext lo64)`.
Alas, yes; the bug is still there. The program is huge, runs for 12-20 hours. Running under `gdb` requires recompiling Python with `-g`, right? No go, sorry. The crash happens...
Okay, so I will be regularly in a position to poke the process (which will be in a `sleep(3600)` call) from `gdb` (I can attach to it using `gdb --pid`)....
``` In [197]: x Out [197]: [0, 1, 2, 3, 4] In [196]: p2 Out [196]: Polynomial([4., 8., 4.], domain=[0., 4.], window=[-1., 1.]) In [195]: p2(x) Truncated Traceback (Use C-c...
Interesting, thank you. Then what is `np.polynomial.polynomial.polyval` for? How do I convert `Polynomial` to something suitable for `np.polynomial.polynomial.polyval`?
Just for clarity -- the 2nd variant is **NOT** an empty cell under `foo` but a **double** cell with `foo`.
I suggest something like `MultiIndex` or `handle_MultiIndex` with descriptive `str` values as is common in `pandas`.