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

feat: validate run configs #579

Merged
merged 9 commits into from
Oct 27, 2022
Merged

feat: validate run configs #579

merged 9 commits into from
Oct 27, 2022

Conversation

LMMilliken
Copy link
Contributor

@LMMilliken LMMilliken commented Oct 18, 2022

This PR makes use of the config classes in stubs when creating a run config.


  • This PR references an open issue
  • I have added a line about this change to CHANGELOG

@LMMilliken LMMilliken linked an issue Oct 18, 2022 that may be closed by this pull request
@github-actions github-actions bot added size/s area/core area/testing This issue/PR affects testing labels Oct 18, 2022
@LMMilliken
Copy link
Contributor Author

Currently, the config classes in the latest release do not actually perform validation, though default values are now assigned by the config classes so a unit test had to be changed

@LMMilliken LMMilliken marked this pull request as ready for review October 20, 2022 11:12
finetuner/experiment.py Outdated Show resolved Hide resolved
finetuner/experiment.py Show resolved Hide resolved
@bwanglzu bwanglzu changed the title Feat validate configs feat: validate run configs Oct 20, 2022
Copy link
Member

@bwanglzu bwanglzu left a comment

Choose a reason for hiding this comment

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

minor comments

finetuner/experiment.py Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@bwanglzu bwanglzu left a comment

Choose a reason for hiding this comment

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

some general comments, good work!

finetuner/experiment.py Show resolved Hide resolved
Copy link
Member

@bwanglzu bwanglzu left a comment

Choose a reason for hiding this comment

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

LGTM!

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@gmastrapas gmastrapas left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@guenthermi guenthermi left a comment

Choose a reason for hiding this comment

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

LGTM

@LMMilliken LMMilliken merged commit 0b44183 into main Oct 27, 2022
@LMMilliken LMMilliken deleted the feat-validate-configs branch October 27, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/testing This issue/PR affects testing size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate configuration in the client before running the batch job
4 participants