-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Sequence has multiple same period ,call the intersections func ,result is error #134
Comments
fixed base on PR thanks |
the version |
Thank you for opening up this project. I really like it If I have time, I will implement a Golang version of the period. If you don't recommend it, I would like to make it open source after implementation because my work mainly uses PHP and Golang languages, but I don't have the corresponding Package for the Golang language |
@maogou I believe there is already a go port done here https://github.com/studiofrenetic/period maybe it needs some update (full disclosure I do not know go so I can not evaluate the library codebase). |
I spent a day implementing the corresponding functions in Golang . This project is really great . Thank you again for opening up this project and for your prompt and enthusiastic response to my message! |
Bug Report
(Fill in the relevant information below to help triage your issue.)
Summary
(Please explain in plain english your bug)
Sequence has multiple same period ,call the intersections is error
Standalone code, or other way to reproduce the problem
current output
after fix output is right ????:
(Please complete the text below to help us fix the issue)
can add contains func check the same in sequence ???
Expected result
(What was the expected (correct) behavior?)
Remove duplicate period and give me right intersect periods
Actual result
(What is the current (buggy) behavior?)
i pull a pr , but i do not confirm the pr is right , can you help explain the case real right result ?? thinks
The text was updated successfully, but these errors were encountered: