File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ def sample(
348
348
discard_tuned_samples : bool = True ,
349
349
compute_convergence_checks : bool = True ,
350
350
keep_warning_stat : bool = False ,
351
- return_inferencedata : Literal [True ] = True ,
351
+ return_inferencedata : Literal [True ],
352
352
idata_kwargs : Optional [Dict [str , Any ]] = None ,
353
353
nuts_sampler_kwargs : Optional [Dict [str , Any ]] = None ,
354
354
callback = None ,
@@ -377,7 +377,7 @@ def sample(
377
377
discard_tuned_samples : bool = True ,
378
378
compute_convergence_checks : bool = True ,
379
379
keep_warning_stat : bool = False ,
380
- return_inferencedata : bool = False ,
380
+ return_inferencedata : Literal [ False ] ,
381
381
idata_kwargs : Optional [Dict [str , Any ]] = None ,
382
382
nuts_sampler_kwargs : Optional [Dict [str , Any ]] = None ,
383
383
callback = None ,
You can’t perform that action at this time.
0 commit comments