Skip to content

Commit bd22eaf

Browse files
committed
Change Converged Not Apply to NA
1 parent 333ec09 commit bd22eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarite/modules/analyze/regression/interaction_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def _run_interaction(
495495
if result is None:
496496
result_list = [cls._get_default_result_dict(i1, i2, outcome_variable)]
497497
result_list[0]["Log"] = error
498-
result_list[0]["Converged"] = "Not Apply"
498+
result_list[0]["Converged"] = "NA"
499499
result_list[0]["N"] = N
500500

501501
return result_list, warnings_list, error

0 commit comments

Comments
 (0)