Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Aug 31, 2023
1 parent 50ceab6 commit d2d5682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sasctl/pzmm/write_json_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ def add_df_to_fitstat(cls, df: DataFrame, data: List[dict]) -> List[dict]:
return data

# TODO: Add unit/integration tests
@experimental
@classmethod
@experimental
def assess_model_bias(
cls,
score_table: DataFrame,
Expand Down Expand Up @@ -1040,8 +1040,8 @@ def format_group_metrics(
)
return groupmetrics_df

@experimental
@classmethod
@experimental
def bias_dataframes_to_json(
cls,
groupmetrics: DataFrame = None,
Expand Down

0 comments on commit d2d5682

Please sign in to comment.