-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add valohai.distributed
with config parsing
#88
Conversation
Replace a couple of tab characters and turn 2 spaces to 4 spaces.
17c34cb
to
7ba3457
Compare
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.
Smol change requests, but looking pretty neat!
6c91188
to
fc439dc
Compare
|
802cd36
to
63d23fe
Compare
5df2c96
to
4aecbc0
Compare
Can't use the actual `dataclasses` as those were introduced in 3.7 and `valohai-utils` currently supports 3.6
d72eada
to
f327d0b
Compare
|
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.
One teensy-weensy change request left 🆗
never failing try/except added |
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.
:shipi
Fixes #87
TODO:
valohai.distributed
to provide common helpers for reading Valohai distributed task configurationvalohai.distributed
section to READMEAlso includes other small improvements here and there.