Ticket #8465 (closed: fixed)
refactor out toLam
Reported by: | Owen Arnold | Owned by: | Harry Jeffery |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Reflectometry | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
quick.py has a toLam function. We need to convert the entire of quick to an algorithm (#8371). This is best done bottom-up, which means converting toLam to an algorithm first or refactoring it out to a separate module
This should be quite safe to do, as I've already provided test coverage for the quick scripts.
toLam is a horrible function, and should definitely be refactored in the process of moving it anywhere.
Change History
comment:2 Changed 6 years ago by Harry Jeffery
- Status changed from assigned to verify
- Owner changed from Owen Arnold to Harry Jeffery
- Resolution set to fixed
- Milestone changed from Backlog to Release 3.3
This has been completed, and the toLam no longer exists in any python code.
Easiest way to confirm this: git grep toLam
The only matches will be in cpp/h files.
Note: See
TracTickets for help on using
tickets.
bulk move to assigned at the into of the triage step