Skip to content
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

Frequency Range not working #327

Open
TurboAlpaca opened this issue Jun 26, 2024 · 2 comments
Open

Frequency Range not working #327

TurboAlpaca opened this issue Jun 26, 2024 · 2 comments

Comments

@TurboAlpaca
Copy link

When defining the frequency range to plot it uses the default values. I am unable to change it for either plotting, reporting, or fitting the model to the PSD. I've copied and pasted the code from the tutorial and it still does not work. I checked using the latest version available on google colab and in V.S. code python 3.11 with version specparam - 2.0.0

image

@TomDonoghue
Copy link
Member

Hey @TurboAlpaca - thanks for the note on this, this is a bug / issue in the current development release that accidentally failed to pass the frequency range parameter through internally.

It's already been in fixed in the follow commit (which is part of this branch / PR):
42abfed

This means that the current development version on that branch is fixed, but any install from PYPI will currently have this bug. There should be a new release to PYPI soon (but might be a few days / a week or two) as I'm currently travelling. In the meantime, you can step back to the rc1 version, which shouldn't have this issue, and/or install from the above linked PR for the fix.

@TurboAlpaca
Copy link
Author

Great, this was able to solve the issue! Thank you for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants