Ignore:
Timestamp:
Dec 18, 2012 11:12:03 AM (11 years ago)
Author:
Jae Cho <jhjcho@…>
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:
5b07138
Parents:
6550b64
Message:

updating tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/test/validate_2D_elliptical_cyl.py

    r18e250c r62827da  
    8787                            pass 
    8888                    else: 
    89                         sum += math.sin(theta)*model.run([q, 0]) 
     89                        sum += math.fabs(math.cos(theta))*model.run([q, 0]) 
    9090          
    9191        value = sum/npts/npts/npts 
     
    205205                        print "ERROR", q, theta, 180 * 2.0 / npts * j 
    206206                else: 
    207                     sum += math.sin(theta)*model.run([q, 0]) 
     207                    sum += math.fabs(math.cos(theta))*model.run([q, 0]) 
    208208         
    209209        value = sum/npts/npts*math.pi/2.0 
Note: See TracChangeset for help on using the changeset viewer.