Ignore:
Timestamp:
Jun 25, 2018 4:23:51 PM (5 years ago)
Author:
toby
Message:

seq refine: update tutorial, Py3 bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3450 r3451  
    69246924    for phase in Phases:
    69256925        var = str(Phases[phase]['pId'])+':*:Scale'
    6926         if var not in combinedVaryList+depValDict.keys(): continue
     6926        if var not in combinedVaryList+list(depValDict.keys()): continue
    69276927        wtFrList = []
    69286928        sigwtFrList = []
Note: See TracChangeset for help on using the changeset viewer.