Skip to content

Commit

Permalink
fixed small error in dmcas_misc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Apr 18, 2024
1 parent 91636bf commit 34f93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sasctl/pzmm/write_json_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ def generate_misc(cls, model_files: Union[str, Path, dict]):
"dataMap": {
"CorrectText": c_text,
"Outcome": o_val,
"_Count_": c_val,
"_Count_": f"{c_val}",
"_DataRole_": roc_data["_DataRole_"],
"_cutoffSource_": "Default",
"_cutoff_": "0.5",
Expand Down

0 comments on commit 34f93fd

Please sign in to comment.