Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sizeof test: increase tolerance (#825)
Closes #824 by increasing the tolerance of `sizeof` test of `cudf.DataFrame`. In the test we clear the `ProxyObject` cache, which makes `sizeof` measure the serialized dataframe. I order to avoid deserializing on every `sizeof` call, we accept this discrepancy between `sizeof` serialized and deserialized objects. Authors: - Mads R. B. Kristensen (https://github.com/madsbk) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) URL: #825
- Loading branch information