Opened 8 years ago

Closed 8 years ago

#547 closed defect (fixed)

Selecting an S(Q) causes SasView 4.0-alpha to hang

Reported by: smk78 Owned by:
Priority: blocker Milestone: SasView 4.0.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

Pulled and built SasView? locally at ~12:00 GMT. Loaded data - it displayed. Chose a model - fit page opened and data/model/residuals displayed. Selected an S(Q) model and the whole application hung (not crashed).

Change History (2)

comment:1 Changed 8 years ago by smk78

Update:
At the point you click on an S(Q) model, Eclipse reports:

Traceback (most recent call last):

File "C:\Code\sasview-local-trunk\src\sas\sasgui\perspectives\fitting\fitpage.py", line 1181, in _on_select_model

self._on_select_model_helper()

File "C:\Code\sasview-local-trunk\src\sas\sasgui\perspectives\fitting\basepage.py", line 2148, in _on_select_model_helper

from sas.models.MultiplicationModel import MultiplicationModel

ImportError: No module named models.MultiplicationModel

comment:2 Changed 8 years ago by krzywon

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

The multiplication model is now back in and working.

Note: See TracTickets for help on using tickets.