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

Add information about deep grid in restart files #2021

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Oct 1, 2024

This commit adds some information that was lost in saving to a checkpoint: the deep option. It also adds tests for types too, making the tests more stringent.

This also fixes an issue with rcompare for different types of FieldVectors.

Closes #2022

Before this commit, == for FieldVectors with different types was falling
back to the AbstractArray ==, resulting in false positives. Now
FieldVectors with different types are always considered different.
This commit adds some information that was lost in saving to a
checkpoint: the `deep` option. It also adds tests for types too, making
the tests more stringent
@Sbozzolo Sbozzolo merged commit 8873765 into main Oct 2, 2024
23 checks passed
@Sbozzolo Sbozzolo deleted the gb/fix_bubble branch October 2, 2024 19:50
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