Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@adrn
Copy link
Owner

@adrn adrn commented Nov 7, 2025

Describe your changes

Eigen switched recently to semantic versioning, and so the homebrew package Eigen3 now installs v5.0.0 (the latest release), which is incompatible with EXP.

Checklist

  • Are the CI tests passing?
  • Is the milestone set?

@adrn adrn added this to the v1.11 milestone Nov 7, 2025
@lgarrison
Copy link
Collaborator

@adrn The eigen@3 part might be working now, I think the current failure is some sort of test import issue:

________ ERROR collecting tests/dynamics/mockstream/test_mockstream.py _________
import file mismatch:
imported module 'test_mockstream' has this __file__ attribute:
  /Users/runner/work/gala/gala/tests/benchmarks/test_mockstream.py
which is not the same as the test file we want to collect:
  /Users/runner/work/gala/gala/tests/dynamics/mockstream/test_mockstream.py

@adrn
Copy link
Owner Author

adrn commented Nov 8, 2025

Thanks @lgarrison ! Yes I think it was a test module name conflict. But this made me realize that the benchmarks were getting run as a part of the normal test suite -- oops! Hopefully fixed that.

@adrn adrn merged commit 74c2b27 into main Nov 8, 2025
22 checks passed
@adrn adrn deleted the fix-eigen branch November 8, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants