Added alvra/maximum.py
This commit is contained in:
4
alvra/maximum.py
Normal file
4
alvra/maximum.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import numpy as np
|
||||
|
||||
def proc(arr):
|
||||
return np.max(arr)
|
||||
Reference in New Issue
Block a user