mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Fix Flake8 error
This commit is contained in:
parent
b8425133bc
commit
cc4a9912bf
@ -2213,7 +2213,7 @@ class HyperParameterOptimizer(object):
|
|||||||
type="parcoords",
|
type="parcoords",
|
||||||
line=dict(
|
line=dict(
|
||||||
colorscale="Viridis",
|
colorscale="Viridis",
|
||||||
reversescale = (
|
reversescale=(
|
||||||
self._objective_metric.len == 1 and self._objective_metric.objectives[0].sign >= 0,
|
self._objective_metric.len == 1 and self._objective_metric.objectives[0].sign >= 0,
|
||||||
),
|
),
|
||||||
color=table_values_columns[-1][1:],
|
color=table_values_columns[-1][1:],
|
||||||
|
Loading…
Reference in New Issue
Block a user