-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add regression tests for all models #53
Labels
model_testing
Adding new tests, enabling more existing ones, adjusting others for runtime / concerns
Comments
GiudGiud
added a commit
that referenced
this issue
Feb 18, 2022
GiudGiud
added a commit
that referenced
this issue
Feb 18, 2022
GiudGiud
added a commit
that referenced
this issue
Feb 19, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR)
GiudGiud
added a commit
that referenced
this issue
Feb 19, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR)
GiudGiud
added a commit
that referenced
this issue
Feb 19, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR)
GiudGiud
added a commit
that referenced
this issue
Feb 19, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR)
GiudGiud
added a commit
that referenced
this issue
Feb 19, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart
GiudGiud
added a commit
that referenced
this issue
Feb 21, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart Fix the elemental auxkernel (INSCourant) being used on an auxvaraibles
GiudGiud
added a commit
that referenced
this issue
Feb 21, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart Fix the elemental auxkernel (INSCourant) being used on an auxvaraibles
GiudGiud
added a commit
that referenced
this issue
Feb 22, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart Fix the elemental auxkernel (INSCourant) being used on an auxvaraibles Update BC submodule, refs #0
GiudGiud
added a commit
that referenced
this issue
Feb 22, 2022
GiudGiud
added a commit
that referenced
this issue
Feb 22, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart Fix the elemental auxkernel (INSCourant) being used on an auxvaraibles Update BC submodule, refs #0
GiudGiud
added a commit
that referenced
this issue
Feb 22, 2022
Address test failures (timeout on bison model for mrad, forgot a csv for HPMR, scaleaux in pgh test for HPMR) Revert to still using two tests for msre SAM model, as BC diffs with SAM Dont use FenixApp in PBMR inputs, BlueCrab doesnt know what that is Use the single physics steady calculations as restart for the single physics transients in PBMR, allowing for full restart Fix the elemental auxkernel (INSCourant) being used on an auxvaraibles Update BC submodule, refs #0
GiudGiud
added a commit
that referenced
this issue
Feb 24, 2022
Merged
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
…SAM inputs, add regression test. refs #53
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
…or FHR SAM inputs, add regression test. refs #53
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
…SAM inputs, add regression test. refs #53
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
…SAM inputs, add regression test. refs #53
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
GiudGiud
added a commit
that referenced
this issue
May 28, 2022
GiudGiud
added
the
model_testing
Adding new tests, enabling more existing ones, adjusting others for runtime / concerns
label
Oct 1, 2023
GiudGiud
added a commit
that referenced
this issue
Oct 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
model_testing
Adding new tests, enabling more existing ones, adjusting others for runtime / concerns
Syntax checks are a good start, but they dont prevent the models from breaking
Even a RunApp which actually runs the input will not prevent erroneous results. Only comparisons to known data points are robust enough. These are unfortunately too expensive for most inputs, so only a few time steps will be compared. And only using CSV output to avoid large files in the repository
The text was updated successfully, but these errors were encountered: