Skip to content

Commit

Permalink
Fixes in odak.learn.perception.color_conversion.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Nov 1, 2024
1 parent fa747ca commit 2d8e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odak/learn/perception/color_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def initialize_rgb_backlight_spectrum(self):
green_spectrum = green_spectrum / green_spectrum.max()
blue_spectrum = blue_spectrum / blue_spectrum.max()

return red_spectru, green_spectrum, blue_spectrum
return red_spectrum, green_spectrum, blue_spectrum


def initialize_random_spectrum_normalized(self, dataset):
Expand Down

0 comments on commit 2d8e00b

Please sign in to comment.