79327070

Date: 2025-01-03 16:41:58
Score: 1
Natty:
Report link

Fix the issue. in my case (finding delta_e) I just went to the package address (~\anaconda3\lib\site-packages\colormath\color_diff.py) and edited color_diff.py in a way that each line with: return numpy.asscalar(delta_e) become replaced by: return delta_e.item(). Notice there were 4 matches in my file.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: hamflow