arfc / moltres

Repository for Moltres, a code for simulating Molten Salt Reactors
GNU Lesser General Public License v2.1
66 stars 41 forks source link

Removing unused params #206

Closed socratesgorilla closed 2 years ago

socratesgorilla commented 2 years ago

Bug Description

Due to new changes in the way moose handles default behavior for unused parameters, multiple tests are now hitting errors for their unused parameters. There are only a handful but they must be addressed before the PR for MOOSE can succeed.

Steps to Reproduce

The specific input files are viewable in the attached MR, and can be seen on the civet job here: https://civet.inl.gov/job/1077111/

Impact

The Moose update will not be mergeable until this change is made, so it is of a high importance. Removing the tests should have little impact but should be verified by this repo's developers.