Skip to content

Commit ee66aaf

Browse files
authored
Small changes in the comments
1 parent 61f47bd commit ee66aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour/volume/macadam_limits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def plot_Narrowband_Spectra (Yxy_Narrowband_Spectra):
181181
182182
for n in range(1, 20):
183183
Yxy_Narrowband_Spectra = colour.XYZ_to_xy(
184-
colour.macadam_limits(n/20, illuminant) / 100)
184+
colour.macadam_limits(n/20, illuminant))
185185
plot_Narrowband_Spectra (Yxy_Narrowband_Spectra)
186186
187187
plt.show()

0 commit comments

Comments
 (0)