We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ace1c5 commit 8b1fb62Copy full SHA for 8b1fb62
orion/visualization.py
@@ -14,7 +14,7 @@
14
from orion.logger import SingletonLogger
15
16
17
-class VizData: # pylint: disable=too-few-public-methods
+class VizData: # pylint: disable=too-few-public-methods,too-many-instance-attributes
18
"""Container for all data needed to visualize one test's results."""
19
20
def __init__(
0 commit comments