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

🐛 make all imports explicit w.r.t. to pkg #68

Merged
merged 7 commits into from
Jun 10, 2024
Merged

🐛 make all imports explicit w.r.t. to pkg #68

merged 7 commits into from
Jun 10, 2024

Conversation

enryH
Copy link
Member

@enryH enryH commented Jun 4, 2024

Underlying case is polars import in mrmr-selection, see: RasmussenLab/njab#13

njab imports mrmr-selection which import polars which leads to zsh: illegal hardware instruction. if polars is not compiled for M1 chipset. Details would need to be explored in detail...

This should fix the issue by delaying import of mrmr-selection for cases only where it's needed.

Henry and others added 7 commits June 4, 2024 14:28
- still does not seem to work
- committed from marc's M1 laptop
underlying case is polars import in mrmr-selection, see: RasmussenLab/njab#13
- ubuntu runs are regularly failing as lock can cause issues
- alternatively one job at a time could be run in the retry
@enryH enryH merged commit ea902a6 into dev Jun 10, 2024
26 checks passed
@enryH enryH deleted the macm1_imports branch June 10, 2024 08:59
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.

2 participants