-
Notifications
You must be signed in to change notification settings - Fork 37
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
BaseJobGroup, JobGroup, ColocatedJobGroup skeleton #599
BaseJobGroup, JobGroup, ColocatedJobGroup skeleton #599
Conversation
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.
lgtm
job_group = ColocatedJobGroup([job_1]) | ||
assert len(job_group) == 1 | ||
|
||
# compare job names when Job class is up, handleful of other atts, not reused elsewhere |
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.
Can you test these now?
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.
yes nice catch!
tests/temp_tests/test_jobGroup.py
Outdated
job_group = JobGroup([job_1]) | ||
assert len(job_group) == 1 | ||
|
||
# cannot test setitem until Job is implemented since there is no comparison bc of the deep copy |
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.
same with these?
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 think that all looks good!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## smartsim-refactor #599 +/- ##
====================================================
Coverage ? 31.76%
====================================================
Files ? 87
Lines ? 6083
Branches ? 0
====================================================
Hits ? 1932
Misses ? 4151
Partials ? 0
|
d058213
into
CrayLabs:smartsim-refactor
No description provided.