Changeset 13858
- Timestamp:
- 10/30/12 15:08:24 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/python_skipped_tests.txt ¶
r13809 r13858 11 11 test418 needs Dakota 12 12 test420 needs Dakota 13 test511 needs extract14 test613 needs extract -
TabularUnified issm/trunk-jpl/test/NightlyRun/python_test_guidelines.txt ¶
r13660 r13858 8 8 - Be careful with variable names that might be reserved words in other languages (e.g. "list"). 9 9 - Weird shortcuts for a particular language are not very general. 10 - Since some languages are base 0 and some are base 1, it would be nice to name variables to clearly delineate which are indices and which are ID's (e.g., indices into node/element arrays vs. node/element ID's). 11 - Checks like isnan(array) may be ambiguous, depending on the language, so use "any" or "all" to clarify. (Matlab seems to default to "all", though it may depend on context.) 10 12 -
TabularUnified issm/trunk-jpl/test/NightlyRun/test511.m ¶
r13674 r13858 31 31 field_values={... 32 32 (md.results.DiagnosticSolution.Gradient1),... 33 md.results.DiagnosticSolution.J,...33 (md.results.DiagnosticSolution.J),... 34 34 (md.results.DiagnosticSolution.MaterialsRheologyB),... 35 35 (md.results.DiagnosticSolution.Pressure),... -
TabularUnified issm/trunk-jpl/test/NightlyRun/test613.m ¶
r13669 r13858 13 13 md.inversion.thickness_obs=md.geometry.thickness; 14 14 md.inversion.iscontrol=1; 15 md.inversion.thickness_obs=md.geometry.thickness;16 15 md.inversion.nsteps=2; 17 16 md.inversion.control_parameters={'Vx','Vy'}; … … 35 34 (md.results.BalancethicknessSolution.Gradient1),... 36 35 (md.results.BalancethicknessSolution.Gradient2),... 37 md.results.BalancethicknessSolution.J,...36 (md.results.BalancethicknessSolution.J),... 38 37 (md.results.BalancethicknessSolution.Vx),... 39 38 (md.results.BalancethicknessSolution.Vy),...
Note:
See TracChangeset
for help on using the changeset viewer.