Changeset 688 for branches/collapse/TEST_OUQ_surrogate_diam_collapse.py
- Timestamp:
- 06/15/13 19:36:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collapse/TEST_OUQ_surrogate_diam_collapse.py
r687 r688 191 191 c = product_measure() 192 192 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)) 196 196 197 197 print "expect: %s" % str( c.expect(model) )
Note: See TracChangeset
for help on using the changeset viewer.