Skip to content

Fix reading of dataset-specific configuration in ADIOS1#1162

Merged
ax3l merged 2 commits intoopenPMD:devfrom
franzpoeschel:fix-json-config-adios1
Jan 11, 2022
Merged

Fix reading of dataset-specific configuration in ADIOS1#1162
ax3l merged 2 commits intoopenPMD:devfrom
franzpoeschel:fix-json-config-adios1

Conversation

@franzpoeschel
Copy link
Contributor

Follow-up to #1043, I forgot one layer in the JSON schema inside createDataset. This fixes that and adds a small test.

Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM 👍

Two suggestions for alignment/spaces, but not a big deal when we add clang-format soon.

Comment on lines +567 to +568
std::cerr << "Warning: parts of the JSON configuration for "
"ADIOS1 dataset '"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
std::cerr << "Warning: parts of the JSON configuration for "
"ADIOS1 dataset '"
std::cerr << "Warning: parts of the JSON configuration for "
"ADIOS1 dataset '"

Comment on lines +1772 to +1773
std::cerr << "Warning: parts of the JSON configuration for ADIOS1 "
"remain unused:\n"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
std::cerr << "Warning: parts of the JSON configuration for ADIOS1 "
"remain unused:\n"
std::cerr << "Warning: parts of the JSON configuration for ADIOS1 "
"remain unused:\n"

@ax3l ax3l merged commit 8135fbd into openPMD:dev Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants