Changeset 582 for branches


Ignore:
Timestamp:
10/29/12 08:43:27 (4 years ago)
Author:
mmckerns
Message:

made fixed lower bound for Y a little more generic

Location:
branches/UQ/math/legacy
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/math/legacy/TEST_OUQ_1dData.py

    r575 r582  
    201201               + (ny * w_upper) + (ny * a_upper) \ 
    202202               + (nz * w_upper) + (nz * v_upper) \ 
    203                + (Y_lower) + (Y_upper)  
     203               + (Y_lower) + (Y_upper)*(_n - 1)  
    204204  bounds = (lower_bounds,upper_bounds) 
    205205 
  • branches/UQ/math/legacy/TEST_OUQ_1dSurr_CxCy.py

    r575 r582  
    202202               + (ny * w_upper) + (ny * a_upper) \ 
    203203               + (nz * w_upper) + (nz * v_upper) \ 
    204                + (Y_lower) + (Y_upper) 
     204               + (Y_lower) + (Y_upper)*(_n - 1)  
    205205  bounds = (lower_bounds,upper_bounds) 
    206206 
  • branches/UQ/math/legacy/TEST_OUQ_1dSurr_Cy.py

    r575 r582  
    202202               + (ny * w_upper) + (ny * a_upper) \ 
    203203               + (nz * w_upper) + (nz * v_upper) \ 
    204                + (Y_lower) + (Y_upper) 
     204               + (Y_lower) + (Y_upper)*(_n - 1)  
    205205  bounds = (lower_bounds,upper_bounds) 
    206206 
  • branches/UQ/math/legacy/TEST_OUQ_StStSurr_Cy.py

    r575 r582  
    202202               + (ny * w_upper) + (ny * a_upper) \ 
    203203               + (nz * w_upper) + (nz * v_upper) \ 
    204                + (Y_lower) + (Y_upper) 
     204               + (Y_lower) + (Y_upper)*(_n - 1)  
    205205  bounds = (lower_bounds,upper_bounds) 
    206206 
Note: See TracChangeset for help on using the changeset viewer.