-
Notifications
You must be signed in to change notification settings - Fork 16
Convert core/edge to plasma IDS #87
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
base: develop
Are you sure you want to change the base?
Convert core/edge to plasma IDS #87
Conversation
Expose additional API as "public" in the main `imas` space and update the Public API page accordingly.
I might have just forgotten to implement that, but don't recall to be honest. |
|
Yes please do add it directly there, it will help some users while testing it, and we can amend it later once the DD is updated with new identitiers |
| ) | ||
|
|
||
| # Convert to plasma_profiles/plasma_sources/plasma_transport IDS | ||
| if convert_to_plasma_ids and ids_name.startswith(("core", "edge")): |
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.
I guess this test shall be improved, currently it will get also the core_instant_changes IDS (still have to find a data-entry with such IDS).
Otherwise it looks good to me, but I'm waiting an answer to iterorganization/IMAS-Data-Dictionary#191 before approving.
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.
Sharp, I didn't think of that indeed! I'll update the logic
…-convert-to-plasma-ids`
Fixes #44