Skip to content

Commit b95ff55

Browse files
Multi line string
1 parent dc3f1c4 commit b95ff55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbi/inference/potentials/vector_field_potential.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def gradient(
212212

213213
if self._x_o is None:
214214
raise ValueError(
215-
"No observed data x_o is available. Please reinitialize \
216-
the potential or manually set self._x_o."
215+
"No observed data x_o is available. Please reinitialize"
216+
"the potential or manually set self._x_o."
217217
)
218218

219219
with torch.set_grad_enabled(track_gradients):

0 commit comments

Comments
 (0)