-
Notifications
You must be signed in to change notification settings - Fork 65
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 order of attribute initialization #903
Conversation
Any thoughts on this @gonuke, @shimwell? https://github.com/svalinn/DAGMC/actions/runs/6039003224/job/16386661208 |
This is currently expected to fail. |
This test should no longer be run on PRs after my most recent PR (if you rebase?) |
I'd expect #902 to fail due to the additional flags used in CI, but this PR reorders the class attribute initialization so I'd expect it to pass. Am I missing something? |
This failing action is to test against new versions of Geant. I don't see it in your checks for this PR. |
Oh "this" being the CI build, not the PR itself. Though in the end I suppose the outcome is the same... All looks well on this PR though 👍🏻 Sorry for the cross-talk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this quick fix @pshriwise
Description
This fixes the issue referenced in #902 and is shown in this CI build failure for that PR.
Motivation and Context
Enables builds of DAGMC with MOOSE apps without failure.
Changes
Small refactor of the metadata class.