Ellen Mulvihill
Ellen Mulvihill
I downloaded the github version in February of this year, so I believe that is version 1.2.1. I did `docker pull daskol/ttpy` yesterday and ran docker inline as $ docker...
I also ran it on google colab to see how it would be behave; it installed version 1.2.1:  and it gave the...
Looking at the ksl.py file in the tar file at https://pypi.org/project/ttpy/#files, it is different from the one here on github. Notably, there's a `y0 = y0.round(1e-14)` at line 65 on...
The problem is that the version of ksl on github and docker is not working properly because it is changing the rank within the propagation. I think the problem is...
Thank you!