Changeset 4014 for trunk/GSASIImath.py


Ignore:
Timestamp:
Jun 2, 2019 10:39:04 AM (6 years ago)
Author:
vondreele
Message:

fix print bug in fourier map calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIImath.py ΒΆ

    r3982 r4014  
    32563256    mapData['rhoMax'] = max(np.max(mapData['rho']),-np.min(mapData['rho']))
    32573257    mapData['minmax'] = [np.max(mapData['rho']),np.min(mapData['rho'])]
    3258     print ('Fourier map time: %.4f no. elements: %d dimensions: %s'%(time.time()-time0,Fhkl.sizestr(Fhkl.shape)))
     3258    print ('Fourier map time: %.4f no. elements: %d dimensions: %s'%(time.time()-time0,Fhkl.size,str(Fhkl.shape)))
    32593259
    32603260# map printing for testing purposes
Note: See TracChangeset for help on using the changeset viewer.