-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remove the scalar and vector keywords from data names in configuration #142
Conversation
The two-scale heat conduction tutorial case produces reasonable results: |
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.
LGTM. I did not test anything though.
Requires also updates to the tutorials.
self._write_data_names, list | ||
), "Write data entry is not a list" |
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.
Once we have the schema, such error message will no longer be needed 😊
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@ipvs.uni-stuttgart.de>
The
scalar
andvector
keyword values for data name dictionaries are no longer necessary as the preCICE v3.x API does not distinguish between the data dimensions it works with. No functionality in the Micro Manager relies on this user information.Checklist:
CHANGELOG.md
.