Skip to content

Commit

Permalink
Added polars column.
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinl803 committed Jan 13, 2025
1 parent eba3723 commit 5d0abb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/generate_backend_completeness.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def render_table_and_write_to_output(
.sort("Method")
)

results = results.with_columns(polars=pl.lit(":white_check_mark:"))

with pl.Config(
tbl_formatting="ASCII_MARKDOWN",
tbl_hide_column_data_types=True,
Expand Down

0 comments on commit 5d0abb9

Please sign in to comment.