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

Robust plotting of profiles and their data from ZIPFIT and OMFIT_PROFS MDSplus trees #320

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

smithsp
Copy link
Member

@smithsp smithsp commented Oct 25, 2024

The removal of whitespace can be ignored with adding ?w=1 to the files tab.
The bugs were discovered while trying to plot profiles for the SC24 Demo (of CAKE and IRI).

@smithsp smithsp requested a review from AreWeDreaming October 25, 2024 20:41
- name: Install OMAS (Py 3.7)
if: ${{matrix.python-version == '3.7'}}
- name: Install OMAS (Py 3.7, 3.8, 3.9)
if: ${{matrix.python-version == '3.7' || matrix.python-version == '3.8' || matrix.python-version == '3.9'}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do 3.8 and 3.9 now also need to be built w/o build isolation?

Copy link
Member Author

@smithsp smithsp Oct 28, 2024

Choose a reason for hiding this comment

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

I don't know exactly. I was getting an error about a compiler not being found (you can check the logs for the previous commits), and hoped that this fix would resolve the problem, and it did. I am not clear about what using this option does or what the implications are. If you have other suggestions, I am open to them. I would like to merge this very soon, as I have a live demo at the Supercomputing conference on Nov 18 that depends on these fixes. Of course I could work off of a branch, but that is not as preferable as getting this pull request merged.

Copy link
Contributor

@hassec hassec Oct 28, 2024

Choose a reason for hiding this comment

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

It looks like it's again a build problem, with pygacode. But I don't have access to that package, so these are hard to debug.

The downside is that users will also see this problem when they install omas

But this is present already on main: https://github.com/gafusion/omas/actions/runs/11557213043 so it should probably not block your PR. This seems like a reasonable patch in the meantime. But I'd suggest filing an issue to have the pygacode build fixed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @hassec .

@smithsp smithsp merged commit 2f69e03 into master Oct 29, 2024
6 checks passed
@smithsp smithsp deleted the profile_plotting_fixes branch October 29, 2024 00:56
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