Opened 6 years ago
Closed 6 years ago
#1163 closed defect (fixed)
Fix help note in sum of sum|multiply interface
Reported by: | butler | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.2.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
As noted in ticket #1134 the description is incorrect for the sum case as it reads that result is
Scale * (model_1 + model_2) + background
while it should read (and what it does) is:
scale * {scale_1 * model_1 + scale_2 * model_2} + background
Change History (2)
comment:1 Changed 6 years ago by butler
- Summary changed from Fix help note in multiply of sum|multiply interface to Fix help note in sum of sum|multiply interface
comment:2 Changed 6 years ago by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5d432138dbacf1b7e2f000ca15a5e09f2f13340e/sasview: