We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4cb3f commit 5b27740Copy full SHA for 5b27740
2 files changed
.github/workflows/main.yml
@@ -40,7 +40,6 @@ jobs:
40
matrix:
41
os: [ubuntu-latest, macos-latest, windows-latest]
42
python-version: [3.7, 3.8, 3.9, "3.10"]
43
- fail-fast: false
44
env:
45
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
46
steps:
cmdstanpy/stanfit/mcmc.py
@@ -763,7 +763,7 @@ def __repr__(self) -> str:
763
)
764
return repr
765
766
- def _validate_csv_files(self) -> dict[str, Any]:
+ def _validate_csv_files(self) -> Dict[str, Any]:
767
"""
768
Checks that Stan CSV output files for all chains are consistent
769
and returns dict containing config and column names.
0 commit comments