Skip to content

Commit

Permalink
PEP8 fix: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Aug 28, 2018
1 parent a685bbb commit fb6ad42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/benchmark_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ def time_canny(self):

def time_glcm(self):
pi = np.pi
result = feature.greycomatrix(self.image_ubyte, [1, 2], [0, pi/4, pi/2, 3*pi/4])
result = feature.greycomatrix(self.image_ubyte, distances=[1, 2],
angles=[0, pi/4, pi/2, 3*pi/4])

0 comments on commit fb6ad42

Please sign in to comment.