-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(dev): bump view spec version to 1 #12
base: main
Are you sure you want to change the base?
Conversation
4094304
to
92b3e3a
Compare
wandb_workspaces/utils/validators.py
Outdated
|
||
if actual_version <= 1: | ||
return spec | ||
|
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 this is breaking tests. Why do you need this?
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.
okay i overthought my migration logic - changed to just update client spec version
60be105
to
e7c01d8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 70.88% 70.89% +0.01%
==========================================
Files 16 16
Lines 2349 2350 +1
==========================================
+ Hits 1665 1666 +1
Misses 684 684
|
96d653d
to
fb11d63
Compare
d7c0aad
to
a6fc59e
Compare
https://wandb.atlassian.net/browse/WB-19379