Opened 9 years ago

Closed 6 years ago

#458 closed defect (obsolete)

A problem on loading a saved project

Reported by: butler Owned by:
Priority: major Milestone: SasView Next Release +1
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

Adrian Rennie has reported the following problem. This seems to have something todo with how save state works. in that it saves information necessary to recreate the state. Suspect that in this case the path to getting to the state originally works but the path being taken by the load state gets into a problem due to order of how things get generated?


On opening a saved project I received the following message:

Error(s) Occurred:
Plotting Error: data has no positive values, and therefore can not be log- scaled

File "sas\perspectives\fitting\fit_thread.pyc", line 82, in compute

File "sas\perspectives\fitting\fit_thread.pyc", line 14, in map_apply
File "sas\perspectives\fitting\fit_thread.pyc", line 11, in map_getattr
File "sas\fit\BumpsFitting?.pyc", line 262, in fit
File "sas\fit\BumpsFitting?.pyc", line 345, in run_bumps
File "bumps\fitters.pyc", line 859, in stderr
File "bumps\lsqerror.pyc", line 79, in hessian
File "bumps\numdifftools.pyc", line 1159, in call
File "bumps\numdifftools.pyc", line 1170, in hessian
File "bumps\numdifftools.pyc", line 1084, in hessdiag
File "bumps\numdifftools.pyc", line 720, in _partial_der
File "bumps\numdifftools.pyc", line 424, in _derivative
File "bumps\numdifftools.pyc", line 686, in _romb_extrap

ValueError: operands could not be broadcast together with shapes (24,) (2,)

None "

The program then seemed to hang and I had to kill it. This seems a bit strange as after the save I had exited the program normally. Restarting a saved project seems to do something that was not happening previously.

Change History (1)

comment:1 Changed 6 years ago by butler

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

This looks like a bumps problem that we had several times and I think may have been fixed by now (should be on several version of bumps further down the road). At any rate lots of work has also happened on the save/load front and this does not seem to be a recurrent problem since the ticket has not been updated in 2 years. Thus going to assume this has been fixed when something else got fixed? At any rate going to close this ticket.

Note: See TracTickets for help on using tickets.