Changeset 0f1e140 in sasview


Ignore:
Timestamp:
Jul 13, 2016 9:00:15 AM (8 years ago)
Author:
krzywon
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:
b61bd57, f9fbe99, b5c44f0
Parents:
d398285
Message:

Fix the broken unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/cansas_reader.py

    rd398285 r0f1e140  
    1212#copyright 2008,2009 University of Tennessee 
    1313############################################################################# 
    14 ##TODO: Replace 1/A with 1/\AA for Angstorm 
    15 ##TODO: Put in x-axis and y-axis information 
     14 
    1615import logging 
    1716import numpy 
     
    457456                    attrib_variable = cansas_attrib.get("variable") 
    458457                    if key == 'unit' and unit != '': 
    459                         if unit == "1/A": 
    460                             unit = "A^{-1}" 
    461                         elif unit == "1/cm": 
    462                             unit = "cm^{-1}" 
    463458                        attrib_value = unit 
    464459                    else: 
Note: See TracChangeset for help on using the changeset viewer.