What happened?
If I run cargo test -p vortex-python on its own on develop I get weird errors:
vortex on ξ develop [$] is π¦ v0.1.0 via ξ v25.9.0 via π v3.14.4 via π¦ v1.91.0 on βοΈ (us-east-1) [X] took 1m22s
β― cargo t -p vortex-python
Compiling vortex-python v0.1.0 (/Users/connor/spiral/vortex-data/vortex/vortex-python)
error[E0432]: unresolved import `vortex::array::assert_arrays_eq`
--> vortex-python/src/arrays/range_to_sequence.rs:76:9
|
76 | use vortex::array::assert_arrays_eq;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `assert_arrays_eq` in `array`
warning: unused import: `vortex::array::IntoArray as _`
--> vortex-python/src/arrays/range_to_sequence.rs:75:9
|
75 | use vortex::array::IntoArray as _;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: unused import: `vortex::buffer::buffer`
--> vortex-python/src/arrays/range_to_sequence.rs:77:9
|
77 | use vortex::buffer::buffer;
| ^^^^^^^^^^^^^^^^^^^^^^
Steps to reproduce
See above
Environment
MacOS
Additional context
No response
What happened?
If I run
cargo test -p vortex-pythonon its own on develop I get weird errors:Steps to reproduce
See above
Environment
MacOS
Additional context
No response