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 2c975b1 commit 15d6d22Copy full SHA for 15d6d22
larray/extra/ipfp.py
@@ -274,7 +274,7 @@ def has_anonymous_axes(a):
274
template = """iteration {}
275
* max(abs(prev_cell - cell)): {}
276
* max(abs(sum - target_sum)): {}
277
- \- change since last iteration: {}
+ \\- change since last iteration: {}
278
"""
279
print(template.format(i, f2str(stepcelldiff), f2str(max_sum_diff), f2str(step_sum_improvement)))
280
0 commit comments