Opened 7 years ago

Closed 7 years ago

#793 closed defect (fixed)

Sum/multiply GUI says the wrong thing

Reported by: butler Owned by: butler
Priority: major Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

Sum Multiply models allows the choice of + or * in a drop down and gives above the equation that will be applied. Unfortunately it is incorrect for the multiply. Currently it reads:
scale * (model1 * model 2)
when in fact it should read
background + (model1 * model2)

It is correct for the sum model which is
scale * (model1 + model 2)

This is confusing to the user as the behavior of the model created does not match what the GUI help line suggests.

Change History (1)

comment:1 Changed 7 years ago by butler

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

In cf1910f9e6ece75cac6baea8565ee64b27882a2b/sasview:

removed space in string that was causing failure to recognize change
between multiply and sum in the help string for the sum multiply GUI -
fixes #793

Note: See TracTickets for help on using tickets.