mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
fitEmpirical_test.cpp
Go to the documentation of this file.
1/** \file fitEmpirical_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/fit/fitEmpirical.hpp.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the empirical fitter and its array adapter for a representative specialization.
13/** \endcond */
14
15/** \defgroup fitEmpirical_unit_tests fitEmpirical Unit Tests
16 * \ingroup math_fit_unit_tests
17 */
18
19namespace unitTest::placeholder::math_fit_fitEmpirical_test
20{
21
22/** \brief Verifies that APIs declared in include/math/fit/fitEmpirical.hpp remain available to the unit-test target.
23 *
24 * \ingroup fitEmpirical_unit_tests
25 * \todo Add behavioral assertions for the APIs declared in include/math/fit/fitEmpirical.hpp.
26 */
27TEST_CASE( "fitEmpirical API has a test placeholder", "[math::fit::fitEmpirical][placeholder]" )
28{
29 SUCCEED( "fitEmpirical behavioral assertions are pending." );
30}
31
32} // namespace unitTest::placeholder::math_fit_fitEmpirical_test
Class to manage fitting a 2D Moffat to data via the levmarInterface.
Tools for fitting empirical functions to data.
TEST_CASE("fitEmpirical API has a test placeholder", "[math::fit::fitEmpirical][placeholder]")
Verifies that APIs declared in include/math/fit/fitEmpirical.hpp remain available to the unit-test ta...
Wrapper for a native array to pass to levmarInterface, with empirical function fit details.
levmarInterface fitter structure for 2D empirical functions.