Skip to content

Commit 24591e7

Browse files
committed
fix RUF046
1 parent f794719 commit 24591e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hpp/corbaserver/ompl_benchmark_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def plotAttribute(cur, planners, attribute, typename):
443443
measurements[i],
444444
width,
445445
bottom=heights[0],
446-
color=matplotlib.cm.hot(int(floor(i * 256 / numValues))),
446+
color=matplotlib.cm.hot(floor(i * 256 / numValues)),
447447
label=descriptions[i],
448448
)
449449
heights = heights + measurements[i]

0 commit comments

Comments
 (0)