Open juliusandretti opened 3 years ago
Hi Julius,
thank you for the feedback. It will definitely help to improve the package.
In order to proceed now, may I ask you to:
Or, if you have your own implementation of the Crespo algorithm, you could make a pull request and become a contributor of the package? Open-sourcing the project was done in that perspective.
Either way, thank you in advance for your help.
PS: I'll try to have all your issues resolved (#65 and #69) asap.
Hello,
I'm referring to the latest commit on branch master. I'm attaching a script to this reply that I used to visualize the results of several rolling and expanding configurations, I think it will help you to understand what I'm talking about on points 1 and 2 and how it relates to your implementation. I've also added a minimal example demonstrating the issue with the [::-1] inversion.
Hope it helps. Julius
Hello,
I've just updated my first post. The link was missing on point 2, please check it out. Also, I've noticed that I had forgotten to write about one last point, so let me add it now:
Julius
Greetings, hope you're doing well.
I've been running a few tests with your implementation of the Crespo algorithm confronting it with my own implementation and I've come across a few divergences, some are bugs and cause inaccuracies. On a previous issue, I told you about a bug in the inactivity mask, the ones I'm going to discuss now are newly discovered.
I hope this will help to improve the library. Keep up the good work.
Julius