An upstream change to OpenMDAO changes the way that errors are computed, and changes a name in error totals from forward_reverse to fwd_rev.
If we wish to maintain backwards compatibility of our tests with OpenMDAO, we'll need to check the version number of OpenMDAO in order to change the forward/reverse variable name as well as the tolerances we use for the finite differences since the tolerances used for previous versions of OpenMDAO now fail.
If we don't wish to maintain backwards compatibility of the tests, then we can change forward_reverse to fwd_rev and update the tolerances.