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

Fix import of loopy.version #801

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Fix import of loopy.version #801

merged 1 commit into from
Aug 21, 2023

Conversation

inducer
Copy link
Owner

@inducer inducer commented Aug 20, 2023

Mysteriously, this fixes a doc build failure in grudge with a backtrace saying

File /home/runner/work/grudge/grudge/.conda-root/envs/testing/lib/python3.11/site-packages/loopy/kernel/creation.py, line 2329, in <dictcomp>
    getattr(loopy.version, lvs): lvs
            ^^^^^^^^^^^^^
AttributeError: module 'loopy' has no attribute 'version'

Build failure: https://github.com/inducer/grudge/actions/runs/5915142781/job/16041111199#step:3:1191

Mysteriously, this fixes a doc build failure in grudge with a backtrace saying

  File /home/runner/work/grudge/grudge/.conda-root/envs/testing/lib/python3.11/site-packages/loopy/kernel/creation.py, line 2329, in <dictcomp>
    getattr(loopy.version, lvs): lvs
            ^^^^^^^^^^^^^
AttributeError: module 'loopy' has no attribute 'version'
@inducer inducer enabled auto-merge (rebase) August 20, 2023 23:31
@inducer inducer merged commit 3124123 into main Aug 21, 2023
16 checks passed
@inducer inducer deleted the fix-loopy-ver-import branch August 21, 2023 00:37
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.

1 participant