From 1b3ffaa2472930b21513ee0093cb0dc80bdb5128 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Tue, 31 Oct 2023 00:14:41 +0000 Subject: [PATCH] Avoid using hard-coded path for test config --- .gitignore | 2 ++ airpy/tests/test_config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff1b33d..c2ced04 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,5 @@ dmypy.json # PyCharm IDE .idea/ + +/airpy_save_dir \ No newline at end of file diff --git a/airpy/tests/test_config.json b/airpy/tests/test_config.json index e127ccd..f8e377a 100644 --- a/airpy/tests/test_config.json +++ b/airpy/tests/test_config.json @@ -28,6 +28,6 @@ "query_month": "jan", "analysis_type": "collection", "buffer_size": "55500", - "save_dir": "/Users/kelseydoerksen/Desktop", + "save_dir": "./airpy_save_dir", "add_time": false } \ No newline at end of file