Jason Furtney

Results 45 comments of Jason Furtney

OK, I pushed out a release with source code only. I will work on the Windows wheels as time allows. The Linux wheels are fine but need to be converted...

Thanks, I updated the README.md. I will try to have a look at this again soon. I would like to the Windows builds done and tested on the github actions....

Hi Marat, Thanks for getting in touch. Yes, this is a good idea, Can you submit a pull request with a modified README? Thanks

OK I think I know what is going on here. The curvature calculation is amplifying error in the initial narrow band around phi=0. Currently, the starting narrowband is initialized with...

`NameError: name 'find_narrow_band' is not defined` Looks like a function is missing in your code.

OK, good news, sort of. In short, when I use the new-init branch, I get all positive curvature values. When I tried the new-init branch with your original parameters, I...

OK, I think that was due to the cython wrapper for the priority queue being too old for the version of Python you are using. I just cherry-picked the newer...

OK we are getting closer. Looking at the main branch it looks like this issue got patched a while ago. Can you try changing all the `dtype=np.int` to `dtype=int`? That...

Hi David, thanks for getting in touch with this. I need some time to digest this and do some testing to better understand what is going on. What you describe...

Thanks for this, is there a quick way I can see a diff of initializeFrozen and initializeFrozen2? I will be able to do a deeper dive on this soon.