zinaStef

Results 4 issues of zinaStef

In issue #1037, the sampler produced samples that had inf value and the pair_plot function was failing when computing the x-axis max limit in the `prepare_for_plot` function. TODO: Change `prepare_for_plot`...

bug
good first issue
hackathon

Remove `process_prior`, `process_simulator` and `check_user_input` in tests whenever they are not needed, i.e. when we are using standard priors and simulators like MVN and the `linear_gaussian` simulator. Related to PR...

enhancement

MCMC method `slice_np_vectorized` with parameters ```python mcmc_parameters = dict( num_chains=50, thin=5, warmup_steps=5, init_strategy="proposal", ) ``` is generating `inf` values. This is related to issue #1037 and seems to depend on...

bug
hackathon

Minor typo and formatting fixes. Added output to notebook on crafting summary statistics.