From 7d4ddf41bb46eac3796a4a69670b0bef6c210de7 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 23 Aug 2022 15:17:09 -0700 Subject: [PATCH] Added dummy file to examples/estimation/data/AB to make sure directoy gets created --- examples/estimation/data/AB/dummy.txt | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 examples/estimation/data/AB/dummy.txt diff --git a/examples/estimation/data/AB/dummy.txt b/examples/estimation/data/AB/dummy.txt new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index 331c0953..1ab6681b 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ ], "tests": ["*.hdf5", "*.yaml", "*.columns"], "examples/estimation/data/SED": ["*.list"], - "examples/estimation/data/AB": ["*.AB"], + "examples/estimation/data/AB": ["*.txt"], "examples/estimation/data/FILTER": ["*.res", "*.txt"], "examples/goldenspike/data": ["*.pkl"], },