Changeset a1b8fee in sasview for src/sas/sascalc/simulation/pointsmodelpy/tests
- Timestamp:
- Apr 30, 2017 10:26:11 PM (8 years ago)
- 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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- aaf5e49
- Parents:
- 9c3d784
- Location:
- src/sas/sascalc/simulation/pointsmodelpy/tests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/simulation/pointsmodelpy/tests/signon.py
r9c3d784 ra1b8fee 11 11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 12 # 13 from __future__ import print_function 14 13 15 14 16 if __name__ == "__main__": -
src/sas/sascalc/simulation/pointsmodelpy/tests/test2dui.py
r9c3d784 ra1b8fee 7 7 # Imports: 8 8 #-------------------------------------------------------------------------------- 9 from __future__ import print_function 9 10 10 11 import wx -
src/sas/sascalc/simulation/pointsmodelpy/tests/testcomplexmodel.py
r9c3d784 ra1b8fee 1 from __future__ import print_function 2 1 3 from sasModeling.pointsmodelpy import pointsmodelpy 2 4 from sasModeling.iqPy import iqPy 3 5 from sasModeling.geoshapespy import geoshapespy 6 4 7 5 8 #First testing: a normal case, a lores model holds a sphere -
src/sas/sascalc/simulation/pointsmodelpy/tests/testlores.py
r9c3d784 ra1b8fee 1 from __future__ import print_function 2 3 1 4 if __name__ == "__main__": 2 5 -
src/sas/sascalc/simulation/pointsmodelpy/tests/testlores2d.py
r9c3d784 ra1b8fee 1 from __future__ import print_function 2 3 1 4 def test_lores2d(phi): 2 5 from sasModeling.pointsmodelpy import pointsmodelpy
Note: See TracChangeset
for help on using the changeset viewer.