Changeset b699768 in sasview for test/pr_inversion


Ignore:
Timestamp:
Feb 19, 2016 10:07:22 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
d7bb526
Parents:
792e6be
Message:

Initial commit of the refactored SasCalc? module.

Location:
test/pr_inversion/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • test/pr_inversion/test/test_module.py

    r35ec279 rb699768  
    1 from sas.pr.core.pr_inversion import Cinvertor 
     1from sas.sascalc.pr.core.pr_inversion import Cinvertor 
    22import numpy 
    33 
  • test/pr_inversion/test/utest_explorer.py

    r35ec279 rb699768  
    55import unittest, math, numpy 
    66from utest_invertor import load 
    7 from sas.pr.invertor import Invertor 
    8 from sas.pr.distance_explorer import DistExplorer 
     7from sas.sascalc.pr.invertor import Invertor 
     8from sas.sascalc.pr.distance_explorer import DistExplorer 
    99         
    1010class TestExplorer(unittest.TestCase): 
  • test/pr_inversion/test/utest_invertor.py

    r35ec279 rb699768  
    99 
    1010import unittest, math, numpy 
    11 from sas.pr.invertor import Invertor 
     11from sas.sascalc.pr.invertor import Invertor 
    1212         
    1313class TestFiguresOfMerit(unittest.TestCase): 
Note: See TracChangeset for help on using the changeset viewer.