Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SignalStats pybind11 interface #343

Merged
merged 11 commits into from
Dec 30, 2021
1 change: 0 additions & 1 deletion src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ if (PYTHONLIBS_FOUND)
# Add the Python tests
set(python_tests
python_TEST
SignalStats_TEST
SphericalCoordinates_TEST
Vector3Stats_TEST
)
Expand Down
2 changes: 2 additions & 0 deletions src/python_pybind11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (${pybind11_FOUND})
src/RollingMean.cc
src/RotationSpline.cc
src/SemanticVersion.cc
src/SignalStats.cc
src/Spline.cc
src/StopWatch.cc
src/Temperature.cc
Expand Down Expand Up @@ -111,6 +112,7 @@ if (${pybind11_FOUND})
RollingMean_TEST
RotationSpline_TEST
SemanticVersion_TEST
SignalStats_TEST
Sphere_TEST
Spline_TEST
StopWatch_TEST
Expand Down
Loading