Changeset 2825


Ignore:
Timestamp:
May 10, 2017 5:20:07 PM (6 years ago)
Author:
vondreele
Message:

remove two prints from GSASIIscriptable.py
fix seq results bug for unused image in strain ring fits

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2811 r2825  
    30723072        for name in histNames:
    30733073            if 'IMG' in name:
     3074                if name not in data:
     3075                    continue
    30743076                for item in sampleParmDict:
    30753077                    sampleParmDict[item].append(data[name]['parmDict'].get(item,0))
  • trunk/GSASIIscriptable.py

    r2822 r2825  
    9292    print 'save to file: ',ProjFile
    9393    for name in nameList:
    94         print name
    9594        data = []
    9695        item = Project[name[0]]
    97         print item
    9896        data.append([name[0],item['data']])
    9997        for item2 in name[1:]:
Note: See TracChangeset for help on using the changeset viewer.