Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-cpp committed Aug 11, 2019
1 parent 16df78d commit 1c8bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspberry_pi/lib/median_filter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def get_data(self):
med = median_filter()
med.input_data([4,7,3,1,5,9,2,8,6,10]) # 1 2 3 4 5 6 7 8 9 10
print(med.get_data())
pass
pass

0 comments on commit 1c8bf84

Please sign in to comment.