Changeset 7f5aa4f in sasview
- Timestamp:
- Mar 27, 2019 2:53:38 PM (6 years ago)
- Branches:
- ticket-1094-headless
- Children:
- e66f9c1
- Parents:
- 1d56359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/fit/fitstate.py
r1d56359 r7f5aa4f 368 368 @staticmethod 369 369 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() 374 374 #print(problem.show()) 375 375 return problem
Note: See TracChangeset
for help on using the changeset viewer.