Skip to content

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

Merged
merged 4 commits into from
May 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
GitHub Actions: Rename job from build to directory_writer
It is confusing to have two jobs named `build`.
  • Loading branch information
cclauss authored May 28, 2025
commit ebd0fed3a94daadee42550bf168a13cfd5116cec
2 changes: 1 addition & 1 deletion .github/workflows/directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: directory_writer
on: [push]
jobs:
build:
directory_writer:
Copy link
Member Author

@cclauss cclauss May 28, 2025

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.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down