idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Add default value for vector type input parameters #362

Closed MengnanLi91 closed 10 months ago

MengnanLi91 commented 11 months ago

Bug Description

Refer to the issue #24455, a fix is introduced to MOOSE to properly report error when no default value is provided for vector type input parameter. This new fix in MOOSE cause several tests failed in Blackbear which don't provide default value for vector parameter.

Impact

This patch is made to fix the failed Blackbear tests due to the new changes in MOOSE

moosebuild commented 11 months ago

Job Precheck on e8adc6b wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/blackbear/docs/PRs/362/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format dd9017818e855a6203c8828a35bf0ad27698a2ff

moosebuild commented 11 months ago

Job Documentation on c7e7b9f wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild commented 11 months ago

Job Coverage on c7e7b9f wanted to post the following:

Coverage

dd9017 #362 c7e7b9
Total Total +/- New
Rate 94.80% 94.80% - 100.00%
Hits 1768 1768 - 1
Misses 97 97 - 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

cticenhour commented 11 months ago

Tagging @bwspenc for review.