diff --git a/src/pyrovelocity/tests/test_synthetic_AnnData.py b/src/pyrovelocity/tests/test_synthetic_AnnData.py new file mode 100644 index 000000000..ae0f838db --- /dev/null +++ b/src/pyrovelocity/tests/test_synthetic_AnnData.py @@ -0,0 +1,5 @@ +"""Test synthetic_AnnData function.""" + +def test_synthetic_AnnData(): + from pyrovelocity.tests.synthetic_AnnData import synthetic_AnnData + synthetic_AnnData() \ No newline at end of file