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

Simplify data structure used to collect multisource encoding update #4687

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

mattseddon
Copy link
Contributor

@mattseddon mattseddon commented Sep 19, 2023

Noticed that we were collecting data in a more complicated format than is needed/expected whilst working through the logic needed for iterative/dvc-render#142

): void => {
acc[path] = {
...acc[path],
shape: collectEncodingFromValues(Shape, values, lessValuesThanVariations)
}
}

// this is how we can collect the encoding for multi-source plots
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[F] This was not meant to be committed.

@mattseddon mattseddon marked this pull request as ready for review September 19, 2023 11:55
@mattseddon mattseddon force-pushed the simplify-data-structure branch from ad0b107 to 1e86f0f Compare September 19, 2023 12:30
@mattseddon mattseddon enabled auto-merge (squash) September 19, 2023 12:31
@codeclimate
Copy link

codeclimate bot commented Sep 19, 2023

Code Climate has analyzed commit 7e66973 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 95.0% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 4ab87dc into main Sep 19, 2023
@mattseddon mattseddon deleted the simplify-data-structure branch September 19, 2023 15:52
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.

2 participants