From ebfa586bad059621c7c5990921712ff92b4a9629 Mon Sep 17 00:00:00 2001 From: themattinthehatt Date: Thu, 27 Jun 2024 15:33:20 -0400 Subject: [PATCH] unit test skeleton --- tests/test_singlecam_smoother.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_singlecam_smoother.py diff --git a/tests/test_singlecam_smoother.py b/tests/test_singlecam_smoother.py new file mode 100644 index 0000000..c720ec8 --- /dev/null +++ b/tests/test_singlecam_smoother.py @@ -0,0 +1,5 @@ + + +def test_ensemble_kalman_smoother_singlecam(): + + from eks.singlecam_smoother import ensemble_kalman_smoother_singlecam