Skip to content

Commit 95d7da7

Browse files
authored
update literal of smoothing type
1 parent 6000559 commit 95d7da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wandb_workspaces/reports/v2/internal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def base_repr(number: int, base: int, padding: int = 0) -> str:
7474
GroupArea = Literal["minmax", "stddev", "stderr", "none", "samples"]
7575
Mark = Literal["solid", "dashed", "dotted", "dotdash", "dotdotdash"]
7676
Timestep = Literal["seconds", "minutes", "hours", "days"]
77-
SmoothingType = Literal["exponential", "gaussian", "average", "none"]
77+
SmoothingType = Literal["exponentialTimeWeighted", "exponential", "gaussian", "average", "none"]
7878
CodeCompareDiff = Literal["split", "unified"]
7979
Range = Tuple[Optional[float], Optional[float]]
8080
Language = Literal["javascript", "python", "css", "json", "html", "markdown", "yaml"]

0 commit comments

Comments
 (0)