-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feature/generate multiple models yaml #85
Conversation
@angelica-lastra I think there may be something off between this and the branch you're merging into. There are 32 changed files, but if I remember correctly, you only changed one. Should this merge into |
@bennieregenold7 I think you are right, I got confused because the checklist on the PR said "[x] new functionality — please ensure the base branch is the latest dev/ branch", so I assumed I had to merge there, but main made more sense to me. |
@bennieregenold7 I changed to merge to main and that seemed to address that concern, however, if anyone else has any guidance on this, please let me know! |
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.
Awesome work here! Especially love the way you dealt with appending the single model name to an empty list if it's inputed as a string. LGTM!
Co-authored-by: Grace Goheen <53586774+graciegoheen@users.noreply.github.com>
@graciegoheen Thank you so much! I am so excited I have not stopped thinking about this! that particular code you are referring to is all thanks to @bennieregenold7 for catching it and walking me through how to write it! |
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'm happy for this to go out as-is, but have a bit of feedback which you can take or leave! lmk what you think.
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.
A wording tweak and a potential bug, then this looks good to go!
hurrah! congrats @angelica-lastra 🎉 |
…_yaml Feature/generate multiple models yaml
This is a:
main
dev/
branchdev/
branchDescription & motivation
closes #68
Added code that allows for generate_model_yaml to accept multiple model arguments as a list, or one model as a string.
Updated README to reflect this feature.
Checklist
Other comments