Sam Lishak

Results 9 comments of Sam Lishak

I'm having this problem too. Can easily reproduce: cmd: ``` ipcluster start -n=4 ``` Python terminal: ```python import ipyparallel as ipp c = ipp.Client ``` cmd: ``` ipcluster stop ```...

Three different behaviours for permutations of the order of the `fig` methods: ```python # Works as intended fig.add_scatter(x=[0, 1], y=[0, 1], row=1, col=1) fig.add_vline(x=0.5, col=1) fig.add_scatter3d(x=[0, 1], y=[0, 1], z=[0,...

For clarifaction (I submitted the issue) - yes, I was hoping to be able to use the selection bars on a parcoords plot to control which data is plotted on...

Yes, this approach would work well for me (having access to the actual ranges is just as useful as the "selected" indices, if not more so). However, I'm not sure...

There is also a similar error in MGHDB: ``` >>> wfdb.rdheader("mgh025", "mghdb/1.0.0/.") Traceback (most recent call last): File "", line 1, in File "C:\Users\sam\AppData\Local\Programs\Python\Python39\lib\site-packages\wfdb\io\record.py", line 1805, in rdheader record_fields =...

(Also closely related to https://github.com/patrick-kidger/diffrax/issues/199)

Aside: this made-up example is actually quite severe, because printing `sol.result` shows that it usually fails to converge with `init_x = 0.1`, but always converges with `init_x = 0.9`, therefore...

Thank you for the response - I'll keep an eye out for when that API is documented as it should be useful, but I don't currently have the time to...

@takluyver do you think this is the same issue, and does it help identify what's going wrong? Thanks! https://github.com/ipython/ipyparallel/issues/161