Changeset 40a87fa in sasmodels for sasmodels/compare_many.py


Ignore:
Timestamp:
Aug 8, 2016 11:24:11 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2472141
Parents:
2d65d51
Message:

lint and latex cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare_many.py

    rf3bd37f r40a87fa  
    152152    except Exception as exc: 
    153153        #raise 
    154         print('"Error: %s"'%str(exc).replace('"',"'")) 
    155         print('"good","%d of %d","max diff",%g'%(0, N, np.NaN)) 
     154        print('"Error: %s"'%str(exc).replace('"', "'")) 
     155        print('"good","%d of %d","max diff",%g' % (0, N, np.NaN)) 
    156156        return 
    157157    expected = max(PRECISION[base], PRECISION[comp]) 
Note: See TracChangeset for help on using the changeset viewer.