Skip to content

Commit 5b27740

Browse files
committed
Fix typo on older versions
1 parent 5f4cb3f commit 5b27740

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest, windows-latest]
4242
python-version: [3.7, 3.8, 3.9, "3.10"]
43-
fail-fast: false
4443
env:
4544
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4645
steps:

cmdstanpy/stanfit/mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def __repr__(self) -> str:
763763
)
764764
return repr
765765

766-
def _validate_csv_files(self) -> dict[str, Any]:
766+
def _validate_csv_files(self) -> Dict[str, Any]:
767767
"""
768768
Checks that Stan CSV output files for all chains are consistent
769769
and returns dict containing config and column names.

0 commit comments

Comments
 (0)