Skip to content

Pinning openblass to pre 0.3.30. #601

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged

Pinning openblass to pre 0.3.30. #601

merged 1 commit into from
Jun 26, 2025

Conversation

briochh
Copy link
Collaborator

@briochh briochh commented Jun 26, 2025

To circumvent issues in numpy linalg steps on linux that was causing CI to hang.
!!!This might need more attention!!!

issue

Timeouts on linux seem to be caused by hanging in:

File "/home/runner/work/pyemu/pyemu/autotest/pst_from_tests.py", line 1174, in test_mf6_freyberg
  cov = pf.build_prior(fmt="none").to_dataframe()
File "/home/runner/work/pyemu/pyemu/pyemu/utils/pst_from.py", line 617, in build_prior
  cov = pyemu.helpers.geostatistical_prior_builder(
File "/home/runner/work/pyemu/pyemu/pyemu/utils/helpers.py", line 723, in geostatistical_prior_builder
  ci = cov.inv
File "/home/runner/work/pyemu/pyemu/pyemu/mat/mat_handler.py", line 1196, in inv
  x=np.linalg.inv(self.__x),
File "/home/runner/micromamba/envs/pyemu/lib/python3.9/site-packages/numpy/linalg/_linalg.py", line 608, in inv
  ainv = _umath_linalg.inv(a, signature=signature)

With the only meaningful change to the running environment:

-  libopenblas                           0.3.30          pthreads_h94d23a6_0    conda-forge. <-----failing
+  libopenblas                           0.3.29          pthreads_h94d23a6_0    conda-forge. <----passing

To circumvent issues in numpy linalg steps on linux that was causing CI to hang.
!!!This might need more attention!!!
@briochh briochh requested a review from jtwhite79 June 26, 2025 06:19
@coveralls
Copy link

Coverage Status

coverage: 79.136%. first build
when pulling 041d32b on hotfix_openblaspin
into 92da1b2 on develop.

@jtwhite79
Copy link
Collaborator

Nice one @briochh

@briochh briochh merged commit 2a6c015 into develop Jun 26, 2025
27 checks passed
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