Index: ../trunk-jpl/test/NightlyRun/test134.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test134.m (nonexistent) +++ ../trunk-jpl/test/NightlyRun/test134.m (revision 26515) @@ -0,0 +1,15 @@ +%Test Name: SquareShelfConstrainedSampling +md=triangle(model(),'../Exp/Square.exp',150000.); +md=setmask(md,'all',''); +md=parameterize(md,'../Par/SquareShelfConstrained.par'); +md = md.sampling.setparameters(md,2e5,1); +md.sampling.seed = 100; +md.cluster=generic('name',oshostname(),'np',1); +md=solve(md,'smp'); + +%Fields and tolerances to track changes +field_names ={'Sample'}; +field_tolerances={1e-13}; +field_values={... + (md.results.SamplingSolution.Sample),... + }; \ No newline at end of file