Changeset 7f5aa4f in sasview


Ignore:
Timestamp:
Mar 27, 2019 12:53:38 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
ticket-1094-headless
Children:
e66f9c1
Parents:
1d56359
Message:

tweak internal variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/fit/fitstate.py

    r1d56359 r7f5aa4f  
    368368    @staticmethod 
    369369    def load_model(filename): 
    370         fit = FitState(filename) 
    371         #fit.show() 
    372         #print("====\nfit", fit) 
    373         problem = fit.make_fitproblem() 
     370        state = FitState(filename) 
     371        #state.show() 
     372        #print("====\nfit", state) 
     373        problem = state.make_fitproblem() 
    374374        #print(problem.show()) 
    375375        return problem 
Note: See TracChangeset for help on using the changeset viewer.