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 SAVE_ONCE for Vector2/3D #2633

Merged
merged 4 commits into from
Feb 2, 2023
Merged

Fix SAVE_ONCE for Vector2/3D #2633

merged 4 commits into from
Feb 2, 2023

Conversation

ZedThree
Copy link
Member

Add missing DataFileFacade::add(Vector2/3D) overloads, along with a test

Fixes #2632

I couldn't see a decent existing place to add a test, so I added a whole new one

Add missing `DataFileFacade::add(Vector2/3D)` overloads, along with a
test
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

dschwoerer
dschwoerer previously approved these changes Jan 24, 2023
# Test file I/O by loading from restart files and writing to dump files
#
# requires: netcdf
# cores: 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# cores: 4
# cores: 2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, and probably should fix that comment above too

- Comment updated to refer to DataFileFacade
- Message printed on success now has correct test name
- Changed number of cores from 4 to 2
@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2023

clang-tidy review says "All clean, LGTM! 👍"

@bendudson bendudson merged commit 7aeff16 into v5.0.0-rc Feb 2, 2023
@bendudson bendudson deleted the fix-save-vectors branch February 2, 2023 03:19
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.

None yet

3 participants