Ellen Mulvihill

Results 5 comments of 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: ![Screen Shot 2022-12-13 at 1 32 36 PM](https://user-images.githubusercontent.com/22878368/207416325-efd98009-3ad5-4fa1-bf7b-3e61d69c0c7a.png) 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...