We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c7f2a commit 84ed002Copy full SHA for 84ed002
bayesflow/approximators/point_approximator.py
@@ -134,7 +134,7 @@ def _apply_inverse_adapter_to_estimates(
134
if head_key in self.inference_network.scores[score_key].not_transforming_like_vector:
135
logging.warning(
136
f"Estimate '{score_key}.{head_key}' is marked to not transform like a vector. "
137
- "It was treated like a vector by the adapter. Handle '{head_key}' estimates with care."
+ f"It was treated like a vector by the adapter. Handle '{head_key}' estimates with care."
138
)
139
140
adapted = self.adapter(
0 commit comments