Merge pull request #79 from danmalowany-allegro/master

Fix type hint in Logger.report_scatter3d()
This commit is contained in:
Allegro AI 2020-01-12 12:50:10 +02:00 committed by GitHub
commit affd6050f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ class Logger(object):
:param str title: Title (AKA metric)
:param str series: Series (AKA variant)
:param np.ndarray scatter: A scattered data: list of (pairs of x,y,z) (or numpy array)
:param Union[np.ndarray, list] scatter: A scattered data: list of (pairs of x,y,z) (or numpy array)
or list of series [[(x1,y1,z1)...]]
:param int iteration: Iteration number
:param str xaxis: optional x-axis title