Ticket #9091 (assigned)
Remove dependency on reduction folder from reflectometry
Reported by: | Gesner Passos | Owned by: | Jean Bilheux |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Reflectometry | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #8812 | Tester: |
Description
The following files uses reduction folder and should not. If you need anything from there, please, move it to another place because the entire folder will be deleted in #8812.
base_ref_reduction.py: from reduction.instruments.reflectometer import data_manipulation refl_data_simple.py: from reduction.instruments.reflectometer import data_manipulation refl_sf_calculator.py: from reduction.instruments.reflectometer import data_manipulation refm_reduction.py: from reduction.instruments.reflectometer import data_manipulation
Change History
comment:2 Changed 7 years ago by Gesner Passos
- Blocking 8812 removed
(In #8812) The file test/ReducerTest.py also depends on the reducer and should be either removed or adapted to the reducer kept inside SANS.
Note: See
TracTickets for help on using
tickets.