Skip to content

Commit

Permalink
Remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobot committed Jul 8, 2024
1 parent 51fe61e commit 26089b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtcomp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def print_missing(d: Dict[str, Any]) -> str:

slash = pl.lit("/")
path_of_logic_family_name = pl.concat_str(
pl.col("logic").first().apply(defs.Logic.name_of_int, return_dtype=pl.String),
pl.col("logic").first().map_elements(defs.Logic.name_of_int, return_dtype=pl.String),
slash,
pl.col("family").first(),
slash,
Expand Down

0 comments on commit 26089b4

Please sign in to comment.