Opened 8 years ago

Closed 8 years ago

#738 closed defect (fixed)

Load project issues

Reported by: richardh Owned by: krzywon
Priority: blocker Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

Loading a project gives "access violations" on at least some models.

Loading a project with constraints between two fit pages looks like it loads OK (apart from 5 or 6 access violations) but hitting "fit" in the constraints tab goes into an infinite calculation, with

2016-10-08 14:40:11 : Fitting is in progress…

or "fit" on an individual fit page gives errors below and then removes the fit button

2016-10-08 14:40:11 : Traceback (most recent call last):

File "C:\stfc\sasview4\sasview\src\sas\sasgui\perspectives\fitting\fit_thread.py", line 82, in compute

result = map(map_apply, inputs)

File "C:\stfc\sasview4\sasview\src\sas\sasgui\perspectives\fitting\fit_thread.py", line 14, in map_apply

return apply(arguments[0], arguments[1:])

File "C:\stfc\sasview4\sasview\src\sas\sasgui\perspectives\fitting\fit_thread.py", line 11, in map_getattr

return getattr(classInstance, classFunc)(*args)

File "C:\stfc\sasview4\sasview\src\sas\sascalc\fit\BumpsFitting?.py", line 274, in fit

result = run_bumps(problem, handler, curr_thread)

File "C:\stfc\sasview4\sasview\src\sas\sascalc\fit\BumpsFitting?.py", line 345, in run_bumps

best, fbest = fitdriver.fit()

File "C:\Anaconda\lib\site-packages\bumps-0.7.5.7-py2.7.egg\bumps\fitters.py", line 830, in fit

self.options)

File "C:\Anaconda\lib\site-packages\bumps-0.7.5.7-py2.7.egg\bumps\fitters.py", line 526, in solve

full_output=1)

File "C:\Anaconda\lib\site-packages\scipy\optimize\minpack.py", line 371, in leastsq

shape, dtype = _check_func('leastsq', 'func', func, x0, args, n)

File "C:\Anaconda\lib\site-packages\scipy\optimize\minpack.py", line 20, in _check_func

res = atleast_1d(thefunc(*((x0[:numinputs],) + args)))

File "C:\Anaconda\lib\site-packages\bumps-0.7.5.7-py2.7.egg\bumps\fitters.py", line 554, in _bounded_residuals

self.problem.setp(p + stray)

File "C:\Anaconda\lib\site-packages\bumps-0.7.5.7-py2.7.egg\bumps\fitproblem.py", line 270, in setp

setp_hook()

File "C:\stfc\sasview4\sasview\src\sas\sascalc\fit\BumpsFitting?.py", line 230, in call

self.update()

File "<string>", line 6, in eval_expressions

NameError?: global name 'M1' is not defined

None

Change History (5)

comment:1 Changed 8 years ago by krzywon

  • Resolution set to duplicate
  • Status changed from new to closed

comment:2 Changed 8 years ago by krzywon

In a28e52b9c410d3decbcb38b19f8d0a07d656514a/sasview:

#738: Simultaneous fit page now can perform fits on loading saved projects. Loading errors left to fix.

comment:3 Changed 8 years ago by krzywon

  • Resolution duplicate deleted
  • Status changed from closed to reopened

comment:4 Changed 8 years ago by krzywon

  • Priority changed from critical to blocker

comment:5 Changed 8 years ago by krzywon

  • Resolution set to fixed
  • Status changed from reopened to closed

In c8e19964f2dda929ccae8237e7b140a906cdf134/sasview:

Fixes #738: No errors are thrown on loading projects with fits, plus linting.

Note: See TracTickets for help on using tickets.