|
|
|||
File indexing completed on 2026-04-09 07:48:53
0001 #!/usr/bin/env python 0002 0003 import numpy as np 0004 0005 if __name__ == '__main__': 0006 NPY = os.environ.get("NPY","/tmp/stran_FromPair_checkIsIdentity_FAIL.npy" ) 0007 a = np.load(NPY) 0008 symbol = "a" 0009 print(" %2s : %10s : %s " % ( symbol, str(a.shape), NPY ))
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|