Skip to content

Commit

Permalink
remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shanest committed Sep 13, 2024
1 parent 608539d commit b0395b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/examples/colors/meaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

color_universe = Universe.from_csv("colors/outputs/color_universe.csv")

# TODO: do this once and serialize?
SIGMA_SQUARED = 64
# TODO: generate meaning dists once and serialize?
# shape (330, 3): L*a*b* values for each Munsell chip
cielab_points = np.array([(ref.L, ref.a, ref.b) for ref in color_universe.referents])

Expand Down

0 comments on commit b0395b8

Please sign in to comment.