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

cleanup index, and add test for used_objs #6390

Merged
merged 1 commit into from Aug 6, 2021

Conversation

skshetry
Copy link
Member

@skshetry skshetry commented Aug 6, 2021

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

@skshetry skshetry added enhancement Enhances DVC testing Related to the tests and the testing infrastructure labels Aug 6, 2021
@skshetry skshetry self-assigned this Aug 6, 2021
@skshetry skshetry requested a review from a team as a code owner August 6, 2021 09:12
@skshetry skshetry added this to In progress in DVC 27 Jul - 10 Aug via automation Aug 6, 2021
@skshetry skshetry removed the request for review from karajan1001 August 6, 2021 09:13
@@ -110,7 +110,7 @@ def outs(self) -> Iterator["Output"]:
yield from stage.outs

@property
def decorated_outputs(self) -> Iterator["Output"]:
def decorated_outs(self) -> Iterator["Output"]:
Copy link
Member Author

Choose a reason for hiding this comment

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

Trying to keep it consistent with outs.

Comment on lines 34 to -37

new_index = self.index.add(stage)
new_index.check_graph()

Copy link
Member Author

Choose a reason for hiding this comment

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

We already do this during the create.

@skshetry skshetry enabled auto-merge (squash) August 6, 2021 09:16
@skshetry skshetry disabled auto-merge August 6, 2021 09:36
@skshetry skshetry merged commit fd76e09 into iterative:master Aug 6, 2021
DVC 27 Jul - 10 Aug automation moved this from In progress to Done Aug 6, 2021
@skshetry skshetry deleted the cleanup-index-test branch August 6, 2021 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances DVC testing Related to the tests and the testing infrastructure
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant