Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardization of combinations tests (#151)
* Initial attempt at new test generation * Generate alias tests in a loop * Loop over all integration rules * Implement for Circle * Code cleanup * Bugfix * Implement for Cone * Implement for Cylinder * Implement for CylinderSurface and Disk * Formatting * Implement for Line, ParaboloidSurface, and ParametrizedCurve * Update spelling * Update setup * Implement for Plane, Quadrangle, and Ray * Update integrand name * Implement for Triangle * Implement for Torus * Implement Spheres * Fix typos * Implement for Rope and Segment * Fix units * Implement for Ring * Absorb integrand parameters * Code re-org and remove Box-4D * Code cleanup and add Unitful integrands * Code re-org in Hexahedron * Typo fix * Bugfixes * Add rtol kwarg to runtests * Implement for BezierCurve and Box-1D * Implement for Box 2D and 3D * Implement ConeSurface and Ellipsoid * Implement for FrustumSurface and Hexahedron * Move jacobian tests * Bugfix * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add framework for planned AutoEnzyme testing * Improve code clarity * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Joshua Lampert <[email protected]> * Switch from symbols to paramdim [skip ci] Co-authored-by: Joshua Lampert <[email protected]> * Use an optional arg for SupportStatus in runtests * One testsnippet per file * Update some missed constructor changes * Restore Box 4D tests * Restore extended tag * Reduce dims to single coordinate --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]>
- Loading branch information