Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Small PEP8 tweak to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Mar 20, 2014
1 parent d066449 commit d27ab53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_color_diff.py
Expand Up @@ -151,7 +151,8 @@ def test_cmc_negative_square_root(self):
standard = LabColor(lab_l=0.9, lab_a=1, lab_b=1)
sample = LabColor(lab_l=0.7, lab_a=0, lab_b=0)
delta_e_cmc(standard, sample)


# noinspection PyArgumentEqualDefault
def test_cmc_accuracy(self):
# Test 2:1
result = delta_e_cmc(self.color1, self.color2, pl=2, pc=1)
Expand Down

0 comments on commit d27ab53

Please sign in to comment.