Ticket #1306 (closed: fixed)
Curve fitting function ties are set on last fuction parameter
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Steps:
- Start a curve fit with two peaks
- create two ikeda carpenter functions
- Try to tie the sigma value of f1 to f2
- It actually ties f1.X0 to f2.Sigma
Change History
Note: See
TracTickets for help on using
tickets.
(In [4826]) Fix for tie being applied to wrong parameter. Re #1306.