-
Notifications
You must be signed in to change notification settings - Fork 8
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 nuopc.runconfig by removing the equal sign ('=') from comments (after '#') #98
Conversation
Another vote for repro-ci! Have these changes been cherry-picked to other repos? |
Yep, the change was cherry-picked to 1deg iaf and 025deg ryf |
Nice sleuthing @minghangli-uni! Getting tripped up by anything in a comment is pretty nasty behaviour in the |
I doubt the issue was introduced by a recent source update. I’ll test it with an older build to see if it works. I can’t remember if I tested it before merging, as I didn’t expect this unusual behavior. But not using the equal sign does resolve the bug in our model. |
!cherry-pick fb7ccd3 into 1deg_jra55do_iaf 025deg_jra55do_ryf |
Automatic Git cherry-picking of commit(s) fb7ccd3 into 1deg_jra55do_iaf failed. This usually happens when cherry-picking results in a conflic or an empty commit. To manually cherry-pick the commits and open a pull request, please follow these instructions:
git checkout 1deg_jra55do_iaf
git pull
git checkout -b cherry_pick_from_pr98_into_1deg_jra55do_iaf
git cherry-pick fb7ccd3
git push --set-upstream origin cherry_pick_from_pr98_into_1deg_jra55do_iaf
|
Automatic Git cherry-picking of commit(s) fb7ccd3 into 025deg_jra55do_ryf failed. This usually happens when cherry-picking results in a conflic or an empty commit. To manually cherry-pick the commits and open a pull request, please follow these instructions:
git checkout 025deg_jra55do_ryf
git pull
git checkout -b cherry_pick_from_pr98_into_025deg_jra55do_ryf
git cherry-pick fb7ccd3
git push --set-upstream origin cherry_pick_from_pr98_into_025deg_jra55do_ryf
|
…ents (after '#') (#98)
…ents (after '#') (#98)
…ents (after '#') (#98)
Fix bug caused by the equal sign '=' from comments (after '#')
This fix resolves the above error.