-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
maths/radix2_fft.py: Fix calculation for Python 3.14 #12772
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
Conversation
As suggested at: * #12729 (comment) * #12710 (comment) @MaximSmolskiy @KirilBangachev @skirpichev Careful review, please. I am just implementing the suggestion, but I do not have any expertise in this area.
for more information, see https://pre-commit.ci
It is confusing to have two jobs named `build`.
@@ -3,7 +3,7 @@ | |||
name: directory_writer | |||
on: [push] | |||
jobs: | |||
build: | |||
directory_writer: |
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.
It is too confusing to have two GitHub Actions jobs named build
, so rename this job to document what it really does.
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.
I have a basic knowledge of complex numbers from university course. For me, the changes are equivalent. So, the difference lies somewhere deep in the subtleties of practical implementation, which I don't know at all
Nice teamwork on this one. Thanks much! |
Fixes: #12729
As suggested at:
@MaximSmolskiy @KirilBangachev @skirpichev Careful review, please. I am just implementing the suggestion, but I do not have any expertise in this area.
Describe your change:
Checklist: