Bruno Abreu Calfa
Bruno Abreu Calfa
Kate6, I experience this issue too. But it works sometimes. The behavior is random! If I move down (2,1) and then up (1,1) very quickly it doesn't return to (1,1)....
FYI, I'm working on a solution to this issue. I expect to have something in a few days.
I'm happy to announce that I think I have a clean solution to this issue. Please pull from master in my forked repository: https://github.com/bacalfa/pysurvival. If you installed it with setup.py,...
@JCCKwong, can you give more details on the steps you're taking and what happens after you execute them? Also, did you clone my forked repository (https://github.com/bacalfa/pysurvival) instead of the one...
First change the current directory to C:\Users\Jethro\pysurvival. `cd C:\Users\Jethro\pysurvival` Then run the python commands described above in https://github.com/square/pysurvival/issues/15#issuecomment-579584083.
@DashengSong, have you tried it? I don't think I have.
@KaranMehta21, I think it does. But there may be a caveat: https://github.com/square/pysurvival/issues/17.
Honestly, I haven't used this package that much, so I'm not sure what to suggest. There are simpler and more complex models. It's a good habit to evaluate performance with...
@CoteDave, I don't have MinGW installed on my Windows machine (and it's not easy to do so). The error seems to suggest that /O2 is an option for the MS...
@CoteDave, that error looks similar to this [one](https://stackoverflow.com/questions/61646912/using-soil-lib-with-gcc-error-adding-symbols-file-format-not-recognised). See the suggestion there.