-
Notifications
You must be signed in to change notification settings - Fork 0
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
128 read all object and rank level fields and write them out #129
base: master
Are you sure you want to change the base?
128 read all object and rank level fields and write them out #129
Conversation
@pierrepebay @cwschilly How do I deal with this check that is failing due to the meshes changing? |
src/vt-tv/render/render.cc
Outdated
std::string rank_array_name = "Rank " + this->rank_qoi_; | ||
std::string rank_array_name = this->rank_qoi_; |
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.
@lifflander This is the change that causes the failure.
To fix the pipelines, we just need to update the expected rank meshes in tests/expected/default
and tests/expected/ccm_example
to use the new array names.
@tlamonthezie Might have an idea of the best way to go about this.
…d computable ones
@pierrepebay Do you know why macos-14 is failing? |
Fixes #128
This PR:
Linked to: