squeeze_inner_estimates_dict#

bayesflow.utils.squeeze_inner_estimates_dict(estimates)[source]#

If a dictionary has only one key-value pair and the key is “value”, return only its value. Otherwise, return the unchanged dictionary.

This method helps to remove unnecessary nesting levels.