|
|
|||
File indexing completed on 2026-04-09 07:49:19
0001 #!/usr/bin/env python 0002 0003 import os, numpy as np 0004 0005 if __name__ == '__main__': 0006 a = np.load(os.path.expandvars("$FOLD/A_SPhoton_Debug.npy")) 0007 b = np.load(os.path.expandvars("$FOLD/B_SPhoton_Debug.npy")) 0008 print(a) 0009 print(b)
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|