forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataframe v2: extensive test suite and associated bug fixes for all e…
…xisting features (rerun-io#7587) This implements an extensive test suite that makes sure that all existing features of the dataframe API A) have their behavior fully specified in code (so we can at list agree on how things work _right now_) and B) that said behavior does in fact.. behave. This unsurprisingly revealed many bugs, which this PR fixes. The currently existing features are: * filtered_index * filtered_index_range * view_contents * selection Tests will later be added for the following, yet to be implemented features: * filtered_index_values * sampled_index_values * filtered_point_of_view * sparse_fill_strategy
- Loading branch information
Showing
4 changed files
with
743 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.