Skip to content

Commit 34f93fd

Browse files
committed
fixed small error in dmcas_misc.json
1 parent 91636bf commit 34f93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ def generate_misc(cls, model_files: Union[str, Path, dict]):
27752775
"dataMap": {
27762776
"CorrectText": c_text,
27772777
"Outcome": o_val,
2778-
"_Count_": c_val,
2778+
"_Count_": f"{c_val}",
27792779
"_DataRole_": roc_data["_DataRole_"],
27802780
"_cutoffSource_": "Default",
27812781
"_cutoff_": "0.5",

0 commit comments

Comments
 (0)