Skip to content

Commit

Permalink
Got another one: abs()
Browse files Browse the repository at this point in the history
  • Loading branch information
svaningelgem committed Oct 11, 2023
1 parent e23cc1f commit cedd450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-lazy/src/tests/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,7 @@ fn empty_df() -> PolarsResult<()> {
}

#[test]
#[cfg(feature = "abs")]
fn test_apply_flatten() -> PolarsResult<()> {
let df = df![
"A"=> [1.1435, 2.223456, 3.44732, -1.5234, -2.1238, -3.2923],
Expand Down

0 comments on commit cedd450

Please sign in to comment.