Skip to content

Commit a891e57

Browse files
committed
fix for 2.28 handling of models w/ no params
1 parent a0b1521 commit a891e57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmdstanpy/stanfit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ def _validate_csv_files(self) -> Dict[str, Any]:
640640
'save_warmup',
641641
'thin',
642642
'refresh',
643-
'metric',
644643
]
645644
and dzero[key] != drest[key]
646645
):

0 commit comments

Comments
 (0)