Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dsliwka committed Jan 25, 2025
1 parent 175fc60 commit f6d6aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfixest/report/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _rename_categorical(
return col_name


def rename_categoricals(coef_names_list: list, template="{variable}::{level}") -> dict:
def rename_categoricals(coef_names_list: list, template="{variable}::{value}") -> dict:
"""
Rename the categorical variables in the coef_names_list.
Expand Down

0 comments on commit f6d6aa3

Please sign in to comment.