utils: raspberrypi: ctt: Fix pycodestyle E201 and E202
E201 whitespace after '(' E201 whitespace after '{' E201 whitespace after '[' E202 whitespace before '}' E202 whitespace before ']' Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
parent
93a133fb17
commit
da88fcec0d
4 changed files with 23 additions and 23 deletions
|
@ -20,7 +20,7 @@ def geq_fit(Cam, plot):
|
|||
Fits geq model by looking at difference
|
||||
between greens in macbeth patches
|
||||
"""
|
||||
geqs = np.array([ geq(Cam, Img)*Img.againQ8_norm for Img in imgs ])
|
||||
geqs = np.array([geq(Cam, Img)*Img.againQ8_norm for Img in imgs])
|
||||
Cam.log += '\nProcessed all images'
|
||||
geqs = geqs.reshape((-1, 2))
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue