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

Manually install scipy in tests #190

Merged
merged 8 commits into from
Jan 22, 2025

Conversation

BenjaminRodenberg
Copy link
Member

The goal of this fix is to bring the test back to a working state. On the long run the plan is to modernize the testing infrastructure (see #189 and #177).

The approach implemented in this PR is problematic. Ideally the python package should define the dependency on scipy on its own and the installation of scipy should happen automatically.

Note that this approach is problematic. Ideally the python package should define the dependency on scipy on its own and the installation of scipy should happen automatically.
@BenjaminRodenberg BenjaminRodenberg added the bug Something isn't working label Jan 21, 2025
@BenjaminRodenberg BenjaminRodenberg self-assigned this Jan 21, 2025
@BenjaminRodenberg
Copy link
Member Author

@IshaanDesai and @NiklasVin: This is meant mainly as an FYI. The solution is temporary and I will probably overhaul the testing at a later point in time and bring everything to a more modern infrastructure.

Copy link
Member

@IshaanDesai IshaanDesai left a comment

Choose a reason for hiding this comment

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

Looks good (as a temporary fix) 👍

@BenjaminRodenberg BenjaminRodenberg merged commit 88f4f35 into develop Jan 22, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants