Skip to content

Commit 84ed002

Browse files
committed
Fix format string
1 parent 34c7f2a commit 84ed002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/approximators/point_approximator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _apply_inverse_adapter_to_estimates(
134134
if head_key in self.inference_network.scores[score_key].not_transforming_like_vector:
135135
logging.warning(
136136
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."
137+
f"It was treated like a vector by the adapter. Handle '{head_key}' estimates with care."
138138
)
139139

140140
adapted = self.adapter(

0 commit comments

Comments
 (0)