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 bug in p3/shoc run_and_cmp #6805

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Fix bug in p3/shoc run_and_cmp #6805

merged 1 commit into from
Dec 5, 2024

Conversation

jgfouca
Copy link
Member

@jgfouca jgfouca commented Dec 5, 2024

The for loop that processes options was stopping too soon. I think maybe someone assumed that every option would have a value after it, but that is no longer true. Also, the -n (no-baseline) option conflicted with the nadv option for shoc, so I changed that to -l.

This PR should fix the nightly fails for shoc_run_and_cmp.

The for loop the processes options was stopping too soon. I
think maybe someone assumed that every option would have a value
after it, but that is no longer true. Also, the -n (no-baseline) option
conflicted with the nadv option for shoc, so I changed that to -l
@jgfouca jgfouca added the EAMxx PRs focused on capabilities for EAMxx label Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

PR Preview Action v1.4.8
🚀 Deployed preview to https://E3SM-Project.github.io/E3SM/pr-preview/pr-6805/
on branch gh-pages at 2024-12-05 21:14 UTC

jgfouca added a commit that referenced this pull request Dec 5, 2024
Fix bug in p3/shoc run_and_cmp

The for loop that processes options was stopping too soon. I think
maybe someone assumed that every option would have a value after it,
but that is no longer true. Also, the -n (no-baseline) option
conflicted with the nadv option for shoc, so I changed that to -l.

This PR should fix the nightly fails for shoc_run_and_cmp.

[BFB]

* origin/jgfouca/fix_run_and_cmp:
  Fix bug in p3/shoc run_and_cmp
@jgfouca jgfouca merged commit f0aef17 into master Dec 5, 2024
16 of 20 checks passed
@jgfouca jgfouca deleted the jgfouca/fix_run_and_cmp branch December 5, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EAMxx PRs focused on capabilities for EAMxx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants