Skip to content

Commit

Permalink
Fix issues from "codacy" inspection results.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 27, 2022
1 parent 7fa6845 commit 7e655b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/recovery/tests/test_jiang2013.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_RGB_to_sd_camera_sensitivity_Jiang2013(self):
RGB_to_sd_camera_sensitivity_Jiang2013` definition.
"""

R_w, G_w, B_w = tsplit(np.moveaxis(BASIS_FUNCTIONS_DYER2017, 0, 1))
R_w, _G_w, _B_w = tsplit(np.moveaxis(BASIS_FUNCTIONS_DYER2017, 0, 1))

np.testing.assert_almost_equal(
RGB_to_sd_camera_sensitivity_Jiang2013(
Expand Down

0 comments on commit 7e655b4

Please sign in to comment.