-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
SMCSequential Monte CarloSequential Monte Carlobeginner friendlybugtrace-backendTraces and ArviZ stuffTraces and ArviZ stuff
Description
Description
Sometimes we have less sample stats than chains with SMC (the concept of draws
is hacked a bit), and this line here will trigger an arviz warning:
Lines 266 to 270 in cc90212
sample_stats = dict_to_dataset( | |
sample_stats_dict, | |
attrs=sample_settings_dict, | |
library=pymc, | |
) |
Reported by an user in https://discourse.pymc.io/t/incorrect-number-of-draws-in-smc-example/17119/2
We should suppress that warning, (perhaps in all internal uses of dict_do_dataset
by PyMC)?
Metadata
Metadata
Assignees
Labels
SMCSequential Monte CarloSequential Monte Carlobeginner friendlybugtrace-backendTraces and ArviZ stuffTraces and ArviZ stuff