Opened 8 years ago
Closed 8 years ago
#854 closed defect (fixed)
remove unnecessary sleep() in fitting perspective
Reported by: | pkienzle | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | SasView 4.2.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
To avoid multiple threads hitting the model calculator at the same time there are sleep() calls sprinkled through the fitting perspective. With the a thread lockout for model evaluation (ticket #851) these sleeps should not be necessary any longer.
Ticket #778 introduced a sleep on non-mac. Don't remember which ticket introduced the sleep on mac.
Change History (1)
comment:1 Changed 8 years ago by krzywon
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is now resolved as of: https://github.com/SasView/sasview/pull/33