Skip to content

Commit 7fe4ef1

Browse files
committed
flake fix - THIS TIME FOR SURE
1 parent e52ddde commit 7fe4ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmdstanpy/stanfit/mcmc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
Sequence,
1616
Tuple,
1717
Union,
18-
cast,
1918
)
2019

2120
import numpy as np
@@ -324,7 +323,7 @@ def _validate_csv_files(self) -> Dict[str, Any]:
324323
save_warmup=self._save_warmup,
325324
thin=self._thin,
326325
)
327-
self._chain_time.append(drest['time']) # type: ignore
326+
self._chain_time.append(drest['time']) # type: ignore
328327
for key in dzero:
329328
# check args that matter for parsing, plus name, version
330329
if (

0 commit comments

Comments
 (0)