Changeset 688 for branches


Ignore:
Timestamp:
06/15/13 19:36:31 (3 years ago)
Author:
mmckerns
Message:

merged UQ and OUQ examples into trunk; update use of pm.coords to pm.positions

Location:
branches
Files:
1 deleted
1 edited
23 copied

Legend:

Unmodified
Added
Removed
  • branches/collapse/TEST_OUQ_surrogate_diam_collapse.py

    r687 r688  
    191191  c = product_measure() 
    192192  c.load(solved,npts) 
    193   print "solved: [wx,x]\n%s" % array(zip(c[0].weights,c[0].coords)) 
    194   print "solved: [wy,y]\n%s" % array(zip(c[1].weights,c[1].coords)) 
    195   print "solved: [wz,z]\n%s" % array(zip(c[2].weights,c[2].coords)) 
     193  print "solved: [wx,x]\n%s" % array(zip(c[0].weights,c[0].positions)) 
     194  print "solved: [wy,y]\n%s" % array(zip(c[1].weights,c[1].positions)) 
     195  print "solved: [wz,z]\n%s" % array(zip(c[2].weights,c[2].positions)) 
    196196 
    197197  print "expect: %s" % str( c.expect(model) ) 
Note: See TracChangeset for help on using the changeset viewer.