Closed Jacob-Stevens-Haas closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.30%. Comparing base (
137b19d
) to head (7893d43
). Report is 16 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Most significant changes are:
_equality_constrained_linlsq()
)_permutation_asymmetry()
), conversion of Q to enstrophy basis (_convert_quad_terms_to_ens_basis()
), and creating As (_create_A_symm()
)EnstrophyMat
class (simplifies parameter signatures without relying on methods)Most of these changes improve the testability of the code, although tests are not written for all of them (yet?). Furthermore,
_solve_m_relax_and_split()
needs work, but may need to be changed