Skip to content

Fix CI: Explicitly import fftfreq in test suite to ensure pipeline stability#77

Open
Mateen5119 wants to merge 1 commit intoStingraySoftware:mainfrom
Mateen5119:fix-fftfreq-import
Open

Fix CI: Explicitly import fftfreq in test suite to ensure pipeline stability#77
Mateen5119 wants to merge 1 commit intoStingraySoftware:mainfrom
Mateen5119:fix-fftfreq-import

Conversation

@Mateen5119
Copy link
Copy Markdown

Description

This PR addresses minor infrastructural instabilities within the Continuous Integration (CI) pipeline by explicitly importing fftfreq from FFTW in test/runtests.jl.

Relying on implicit exports for core mathematical functions can cause resolution failures depending on the specific Julia environment and test container states. This surgical patch guarantees that the test suite possesses the correct function bindings before executing the Fourier modules, ensuring a more robust CI process.

Checklist

  • Code strictly adheres to idiomatic Julia style guidelines.
  • Local environment tests pass cleanly.
  • Commit history is clean and descriptive.

This patch explicitly imports fftfreq from FFTW in the main test runner. Implicit exports were causing CI pipeline instabilities across different Julia environments. This ensures test suite robustness.
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

Successfully merging this pull request may close these issues.

1 participant