Add regression input file for fragment + simple reactor and regression test for fragment + RMS reactor#2571
Conversation
|
@hwpang I added the fragment and rms fragment regression to the other line in the CI file makes it run the regression_input comparison |
|
Thanks! |
Codecov Report
@@ Coverage Diff @@
## main #2571 +/- ##
=======================================
Coverage 55.44% 55.44%
=======================================
Files 124 124
Lines 36818 36818
=======================================
Hits 20414 20414
Misses 16404 16404 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@hwpang so the CI is failing for two reasons:
Can you take a look at 2. and help me figure out what went wrong? |
Yeah! This is because the |
Thanks for the quick fix! |
JacksonBurns
left a comment
There was a problem hiding this comment.
This LGTM and will need to be merged with failing CI.
|
I got @JacksonBurns's offline approval to merge this in. The failure in CI for fragment + simple reactor is because the edge was not saved in the stable run due to not setting |
Motivation or Problem
The current fragment regression test only tests that the mechanism can be generated, but not testing that the results actually stay consistent with previous runs. Additionally, currently we are not testing fragment is compatible with RMS reactor.
Description of Changes
I add a
regression_input.pyfor the fragment + simple reactor regression test. I also add a new regression test for fragment + RMS reactor.