Skip to content

Commit

Permalink
fix: Use different payloads for different chains
Browse files Browse the repository at this point in the history
  • Loading branch information
jburroni authored and riddell-stan committed Apr 13, 2021
1 parent 5236d81 commit 0535cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stan/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _create_fit(self, payload: dict) -> stan.fit.Fit:
"save_warmup",
arguments.lookup_default(arguments.Method["SAMPLE"], "save_warmup"),
)
payloads.append(payload)
payloads.append(payload.copy())

async def go():
io = ConsoleIO()
Expand Down

0 comments on commit 0535cfc

Please sign in to comment.