-
Notifications
You must be signed in to change notification settings - Fork 94
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
added import check from astropy for LombScargle #40
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 looks good to me.
I was just about to propose the same. Thanks @LucaCerina ! Hoping this gets merged soon. |
@robinchampseix what is the status of the project? Does it need helps in terms of maintenance? |
This works for me too! Thank you @LucaCerina |
I was about to say this. |
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.
Without this line, my code will not compile and actually import hrv-analysis. Because of this, I can't use it in my product.
We need to merge this, anyone can help? @LucaCerina @Saskia-K @LucaBia @masud1901 |
hello everybody, I'm working on Aura projects and I was told there was an issue here. Sorry for the delay, I have submitted a pull request to fix it. Thanks a lot for the research, it helped a lot to investigate! I have open a Pull Request linked to this issue: #44. Of course feel free to comment on it. :) |
Closed as it is solved by #44 |
I've noticed that Astropy 6.0.0 changed part of the API so now LombScargle periodogram fails to import (see https://docs.astropy.org/en/v6.0.0/changelog.html)
I've included an import check to be sure it doesn't crash.
I don't know if astropy 3.0.4 is a hard requirement, but if it's just for LombScargle it can be probably increased to the latest version.