Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Nov 25, 2024
1 parent 09842fa commit 846d14f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
install_cmdstan -h
install_cxx_toolchain -h
O=g python -c "import cmdstanpy; cmdstanpy.install_cmdstan(version='${{ needs.get-cmdstan-version.outputs.version }}', cores=4, verbose=True)"
python -c "import cmdstanpy; cmdstanpy.install_cmdstan(version='${{ needs.get-cmdstan-version.outputs.version }}', cores=4, verbose=True)"
- name: Install CmdStan (Windows)
if: matrix.os == 'windows-latest'
Expand Down
4 changes: 4 additions & 0 deletions cmdstanpy/stanfit/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ def summary(
if cmdstan_version_before(2, 24):
csv_str = '--csv_file={}'.format(tmp_csv_path)
cmd = [
"gdb",
"--ex",
"r",
"--args",
cmd_path,
percentiles_str,
sig_figs_str,
Expand Down

0 comments on commit 846d14f

Please sign in to comment.