Robert Timms

Results 132 comments of Robert Timms

FYI the following worked for me on Python 3.9.13 + M2 Macbook Air + MacOS 13.2 1. Installed Python 3.9.13 universal installer from [here](https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg) 2. Created a virtual env using...

@arjxn-py are you still working on this?

@DrSOKane, thanks for this! have you had any luck in debugging the notebook? would be good to get this in for the next release

You should always have to pass `dt`, and `t_eval` should be the optional argument. If `t_eval` is `None` then set `t_eval = np.linspace(0, dt, 2)` (this is the same as...

> Why not just require t_eval (and no dt) so that the API matches solve ? Happy with this too, but `step` was kind of intended to be "step this...

thanks @prady0t looks great! can you add a changelog entry then this is good to go

> I have added the final else as suggested. But I had a try and still cannot write a proper test for the divergence as it will require to define...

thanks @kratman, i like this approach as we check coordinates a few times in that file, so will reduce duplication too