-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified main.py display #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change to README.md
and main.py
is purely cosmetic and provide more useful information to users.
I see. I just reverted The
I have reverted my code for |
I see, thank for these details. It would be an interesting feature to add. The tests are really simple, you may succeed in fixing them in just a few minutes I think. |
@Herklos The tests are passing now, will this be approved for merge? |
I would have liked you to add the management of high order cycles & adapt the tests for it. Concerning the current changes, I don't really see the added value of your modifications. |
Modified
detector.py
such that the detection algorithm works for any cycle, not just triangular. This might be more practical for arbitrage opportunities.