From a007d57f29cb75dbf08d25c5d708c831f5c2bd2f Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Mon, 15 Aug 2022 13:55:11 -0700 Subject: [PATCH] reorganize spline tests --- .../tests/{test_spline_fit.py => trajectory/test_interpolate.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename python/cuspatial/cuspatial/tests/{test_spline_fit.py => trajectory/test_interpolate.py} (100%) diff --git a/python/cuspatial/cuspatial/tests/test_spline_fit.py b/python/cuspatial/cuspatial/tests/trajectory/test_interpolate.py similarity index 100% rename from python/cuspatial/cuspatial/tests/test_spline_fit.py rename to python/cuspatial/cuspatial/tests/trajectory/test_interpolate.py