Skip to content

Commit d64ef5c

Browse files
authored
Update test/test_user_cblack.py
1 parent 0db6990 commit d64ef5c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/test_user_cblack.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,5 @@ def test_user_cblack_vs_user_black():
6464
# (might not be exactly equal due to processing differences)
6565
assert rgb_single.shape == rgb_multi.shape
6666

67-
68-
def test_user_cblack_with_other_params():
69-
"""Test that user_cblack works correctly with other parameters."""
70-
with rawpy.imread(rawTestPath) as raw:
71-
# Combine user_cblack with various other parameters
72-
rgb = raw.postprocess(
73-
user_cblack=[100, 150, 100, 150],
74-
no_auto_bright=True,
75-
output_bps=16,
76-
use_camera_wb=True
77-
)
78-
assert rgb.dtype == np.uint16
79-
assert rgb.shape[2] == 3
80-
81-
8267
if __name__ == '__main__':
8368
pytest.main([__file__, '-v'])

0 commit comments

Comments
 (0)