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