- Timestamp:
- May 14, 2018, 12:03:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1914 r1916 13166 13166 return minNCvalues 13167 13167 13168 values3D = np.arange(27).reshape(3,3,3)13169 values3D[2,:,:] = 313170 values3D[1,0:2,0:2] = 313171 print values3D13172 print maxNcounts(values3D, 0)13173 print minNcounts(values3D, 0)13174 13175 13168 #quit() 13176 13169
Note: See TracChangeset
for help on using the changeset viewer.