Skip to content

Commit 15d6d22

Browse files
committed
fixed bad escape in string
1 parent 2c975b1 commit 15d6d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/extra/ipfp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def has_anonymous_axes(a):
274274
template = """iteration {}
275275
* max(abs(prev_cell - cell)): {}
276276
* max(abs(sum - target_sum)): {}
277-
\- change since last iteration: {}
277+
\\- change since last iteration: {}
278278
"""
279279
print(template.format(i, f2str(stepcelldiff), f2str(max_sum_diff), f2str(step_sum_improvement)))
280280

0 commit comments

Comments
 (0)