Changeset 687 for branches/UQ/math/sausage/TEST_OUQ_1dSurr_diam.py
- Timestamp:
- 06/15/13 18:43:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/sausage/TEST_OUQ_1dSurr_diam.py
r588 r687 72 72 def maximize(params,npts,bounds): 73 73 74 from mystic.math.di rac_measure import scenario74 from mystic.math.discrete import scenario 75 75 from mystic.math import almostEqual 76 76 from numpy import inf … … 189 189 nz = 1 #NOTE: SET THE NUMBER OF 'v' POINTS HERE! 190 190 npts = (nx,ny,nz) 191 from mystic.math. paramtransimport _npts191 from mystic.math.distance import _npts 192 192 _n = _npts(npts) 193 193 … … 253 253 254 254 from numpy import array 255 from mystic.math.di rac_measure import scenario255 from mystic.math.discrete import scenario 256 256 c = scenario() 257 257 c.load(solved,npts)
Note: See TracChangeset
for help on using the changeset viewer.