Skip to content

Commit

Permalink
Format test specs (idaholab#21885)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen authored and MengnanLi91 committed Jan 4, 2023
1 parent 32db47d commit 9aa657e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
Expand Up @@ -5,6 +5,7 @@
type = CSVDiff
input = gradientVector.i
csvdiff = gradientVector_out_results_0001.csv
requirement = "The system shall be able to compute a vector auxvariable given by scaling a variables gradient by a material property"
requirement = "The system shall be able to compute a vector auxvariable given by scaling a "
"variables gradient by a material property"
[]
[]
Expand Up @@ -15,5 +15,5 @@
jsondiff = optRep_fromCsv_out.json
allow_test_objects = true
detail = "parameter data from the input file and and measurment data from a CSV file."
[]
[]
[]
Expand Up @@ -2,9 +2,8 @@
issues = '#21885'
design = 'MaterialScaledGradientVector.md OptimizationMultiAppCommandLineControl.md'
[constant_material]
requirement = "The OptimizationMultiAppCommandLineControl shall control "
"parameters being optimized oon the subapp that are not "
"controllable by a reciever."
requirement = "The OptimizationMultiAppCommandLineControl shall control parameters being "
"optimized oon the subapp that are not controllable by a reciever."
type = CSVDiff
max_threads = 1
rel_err = 0.01
Expand All @@ -14,9 +13,9 @@
recover = false
[]
[t_dependent_material]
requirement = "The MaterialScaledGradientVector shall provide a variable "
"gradient scaled by a material property that linearizes a "
"nonlinear temperature dependent thermal conductivity."
requirement = "The MaterialScaledGradientVector shall provide a variable gradient scaled by a "
"material property that linearizes a nonlinear temperature dependent thermal "
"conductivity."
type = CSVDiff
max_threads = 1
rel_err = 0.1
Expand Down
@@ -1,7 +1,7 @@
[Tests]
issues = '#21885'
design = 'ReporterPointSource.md'
requirement = The system shall be able to invert for point loads using "
requirement = "The system shall be able to invert for point loads using "
[hessian]
type = CSVDiff
max_threads = 1
Expand Down
@@ -1,8 +1,10 @@
[Tests]
[xyGrid]
requirement = "This tests that a reporter is able to read in a gridded data file and produce the appropriate grid from it that can be used in PiecewiseMultiInterpolation like functions."
requirement = "This tests that a reporter is able to read in a gridded data file and produce the "
"appropriate grid from it that can be used in PiecewiseMultiInterpolation like "
"functions."
type = JSONDiff
input = 'griddedData.i'
jsondiff= 'griddedData_out.json'
jsondiff = 'griddedData_out.json'
[]
[]
Expand Up @@ -8,4 +8,4 @@
issues = '#42'
requirement = 'They system shall be able to compute the inner product of a variable and a nearest node optimization volumetric source function.'
[]
[]
[]
Expand Up @@ -3,12 +3,12 @@
issues = 'None'

[sort]
requirement = "Measured point value sampler can hold a vector of measurement data and sort"
"it the same as the sampler dataVector post-processor values shall be able to"
"be compute a difference measure between two vectors and return a Real "
type = 'CSVDiff'
requirement = "Measured point value sampler can hold a vector of measurement data and sortit the "
"same as the sampler dataVector post-processor values shall be able tobe compute a "
"difference measure between two vectors and return a Real "
type = 'CSVDiff'
max_threads = 1
input = 'measured_point_value_sampler.i'
csvdiff = 'measured_point_value_sampler_out_point_measure_sample_0001.csv'
input = 'measured_point_value_sampler.i'
csvdiff = 'measured_point_value_sampler_out_point_measure_sample_0001.csv'
[]
[]

0 comments on commit 9aa657e

Please sign in to comment.