- Timestamp:
- Apr 4, 2017 11:00:50 AM (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:
- 7b15990, a2e980b, 4b81e01, 3a33740
- Parents:
- 1779e72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/sasdataloader/test/utest_abs_reader.py
red2276f rdd11014 4 4 5 5 import unittest 6 7 6 import math 8 7 import numpy as np … … 11 10 from sas.sascalc.dataloader.data_info import Data1D 12 11 12 import os.path 13 13 14 14 class abs_reader(unittest.TestCase):
Note: See TracChangeset
for help on using the changeset viewer.