Changeset 687 for branches/UQ/math/sausage/TEST_OUQ_StStSurr.py
- Timestamp:
- 06/15/13 18:43:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/sausage/TEST_OUQ_StStSurr.py
r588 r687 71 71 def maximize(params,npts,bounds): 72 72 73 from mystic.math.di rac_measure import scenario73 from mystic.math.discrete import scenario 74 74 from mystic.math import almostEqual 75 75 from numpy import inf … … 201 201 nz = 1 #NOTE: SET THE NUMBER OF 'v' POINTS HERE! 202 202 npts = (nx,ny,nz) 203 from mystic.math. paramtransimport _npts203 from mystic.math.distance import _npts 204 204 _n = _npts(npts) 205 205 … … 265 265 266 266 from numpy import array 267 from mystic.math.di rac_measure import scenario267 from mystic.math.discrete import scenario 268 268 c = scenario() 269 269 c.load(solved,npts)
Note: See TracChangeset
for help on using the changeset viewer.