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

Apply typehints to smartsim._core.launcher.step.* #334

Merged
merged 28 commits into from
Aug 22, 2023

Conversation

ankona
Copy link
Contributor

@ankona ankona commented Aug 2, 2023

No description provided.

@ankona ankona force-pushed the oss338 branch 2 times, most recently from 76eb01b to 5543980 Compare August 2, 2023 16:22
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #334 (f6fa2b5) into develop (c4bf40c) will decrease coverage by 0.33%.
The diff coverage is 34.61%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #334      +/-   ##
===========================================
- Coverage    87.36%   87.04%   -0.33%     
===========================================
  Files           59       59              
  Lines         3546     3551       +5     
===========================================
- Hits          3098     3091       -7     
- Misses         448      460      +12     
Files Changed Coverage Δ
smartsim/_core/launcher/step/mpiStep.py 33.80% <10.52%> (-7.11%) ⬇️
smartsim/_core/launcher/step/localStep.py 88.57% <100.00%> (ø)
smartsim/_core/launcher/step/step.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@ankona ankona changed the title initial commit of applying mypy typehints to step classes Enable and apply typehinting to smartsim._core.launcher.step.* Aug 2, 2023
@ankona ankona changed the title Enable and apply typehinting to smartsim._core.launcher.step.* Apply typehints to smartsim._core.launcher.step.* Aug 2, 2023
@ankona ankona force-pushed the oss338 branch 5 times, most recently from 45df9d1 to f0be332 Compare August 3, 2023 15:36
@ankona ankona marked this pull request as ready for review August 4, 2023 00:42
@ankona ankona requested review from al-rigazzi and removed request for ashao August 7, 2023 18:05
@ankona ankona added the type: usability Issues related to ease of use label Aug 9, 2023
Copy link
Collaborator

@al-rigazzi al-rigazzi left a comment

Choose a reason for hiding this comment

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

Good stuff! I like the convenience functions and the improved readability of the code. I have left a couple of requests and some comments that I'd like to be addressed before merging.

smartsim/_core/launcher/step/alpsStep.py Outdated Show resolved Hide resolved
smartsim/_core/launcher/step/alpsStep.py Outdated Show resolved Hide resolved
smartsim/_core/launcher/step/alpsStep.py Outdated Show resolved Hide resolved
smartsim/_core/launcher/step/localStep.py Outdated Show resolved Hide resolved
smartsim/_core/launcher/step/lsfStep.py Show resolved Hide resolved
smartsim/_core/launcher/step/pbsStep.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@al-rigazzi al-rigazzi left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for getting this in and addressing my concerns!

@ankona ankona merged commit 154f19c into CrayLabs:develop Aug 22, 2023
10 checks passed
@ankona ankona deleted the oss338 branch April 4, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: usability Issues related to ease of use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants