File size: 119 Bytes
360798d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import numpy as np 
import sys
path = sys.argv[1]

print(path) 

max = np.load(path)
print("The max is:\n")
print(max)