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

fix: correct io-ts types #962

Merged
merged 2 commits into from
Jul 28, 2020
Merged

Conversation

hkang1
Copy link
Contributor

@hkang1 hkang1 commented Jul 28, 2020

Description

Test Plan

Commentary (optional)

@@ -207,6 +207,7 @@ export const ioCheckpointStorage = io.type({
io.literal('aws'),
io.literal('gcs'),
io.literal('hdfs'),
io.literal('s3'),
Copy link
Member

Choose a reason for hiding this comment

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

can we generate this type from the CheckpointStorageType enum the same way we treat runState . This should avoid these two going out of sync

Copy link
Contributor Author

Choose a reason for hiding this comment

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

great point! updated

Copy link
Member

@hamidzr hamidzr 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 fixing this quickly

@hkang1 hkang1 merged commit 6b8f3e0 into determined-ai:master Jul 28, 2020
@hkang1 hkang1 deleted the fix-decoding-errors branch July 28, 2020 03:26
@dannysauer dannysauer added this to the 0.12.13 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants