Skip to content

Conversation

@ndgrigorian
Copy link
Collaborator

This PR fixes a problem when building mkl_fft using the conda recipe, where importing the interfaces would be tested without scipy in the environment (though it is listed as a test dependency)

The conda recipe section for testing the import of mkl_fft.interfaces.scipy_fft and mkl_fft.interfaces.numpy_fft is removed

Copilot AI review requested due to automatic review settings October 27, 2025 21:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes problematic import tests from the conda recipe that were failing due to missing scipy dependency during the test phase. The imports of mkl_fft.interfaces.numpy_fft and mkl_fft.interfaces.scipy_fft are removed from the test section, while the parent module mkl_fft.interfaces import is retained.

Key changes:

  • Removed two specific interface import tests that require scipy to be present

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ndgrigorian ndgrigorian force-pushed the remove-interfaces-from-conda-recipe branch from 1444314 to 18c44e9 Compare October 27, 2025 21:15
@jharlow-intel
Copy link
Contributor

this looks good to me, we'll move that import smoke tests to somewhere else in the CI

@ndgrigorian
Copy link
Collaborator Author

@antonwolfy
ping

Copy link
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

3 participants