Changes in / [a7030c4:7cbbacd] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/corfunc/test/utest_corfunc.py
r253eb6c6 racefa2b 8 8 from sas.sascalc.corfunc.corfunc_calculator import CorfuncCalculator 9 9 from sas.sascalc.dataloader.data_info import Data1D 10 10 import matplotlib.pyplot as plt 11 11 12 12 class TestCalculator(unittest.TestCase): … … 69 69 self.assertLess(abs(params['max']-75), 2.5) # L_p ~= 75 70 70 71 71 72 # Ensure tests are ran in correct order; 72 73 # Each test depends on the one before it
Note: See TracChangeset
for help on using the changeset viewer.