Skip to content

Commit

Permalink
remove aliase classes
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Jul 1, 2024
1 parent 4eb588f commit b9e1c46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dvclive/plots/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json

NUMPY_INTS = [
"int_",
"intc",
"intp",
"int8",
Expand All @@ -13,7 +12,7 @@
"uint32",
"uint64",
]
NUMPY_FLOATS = ["float_", "float16", "float32", "float64"]
NUMPY_FLOATS = ["float16", "float32", "float64"]
NUMPY_SCALARS = NUMPY_INTS + NUMPY_FLOATS


Expand Down

0 comments on commit b9e1c46

Please sign in to comment.