We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db62c0 commit 5add08eCopy full SHA for 5add08e
vortex-python/src/arrays/mod.rs
@@ -650,11 +650,11 @@ impl PyArray {
650
/// ```python
651
/// >>> import vortex as vx
652
/// >>> arr = vx.array([1, 2, None, 3])
653
- /// >>> print(arr.display_tree())
+ /// >>> print(arr.display_tree()) # doctest: +ELLIPSIS
654
/// root: vortex.primitive(i64?, len=4) nbytes=33 B (100.00%)
655
/// metadata: EmptyMetadata
656
/// buffer (align=8): 32 B (96.97%)
657
- /// validity: vortex.bool(bool, len=4) nbytes=1 B (3.03%)
+ /// validity: vortex.bool(bool, len=4) nbytes=1 B (3.03%)...
658
/// metadata: BoolMetadata { offset: 0 }
659
/// buffer (align=1): 1 B (100.00%)
660
/// <BLANKLINE>
0 commit comments