Skip to content

Commit

Permalink
Bump test data version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jul 5, 2023
1 parent 2071d59 commit d64e2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirar/downloader/get_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

logger = logging.getLogger(__name__)

TEST_DATA_URL = "git@github.com:winter-telescope/wirc_starterpack.git"
TEST_DATA_URL = "git@github.com:winter-telescope/mirar_starterpack.git"

test_data_dir = base_code_dir.parent.joinpath(
os.path.basename(TEST_DATA_URL.replace(".git", ""))
)


TEST_DATA_TAG = "v0.1.4"
TEST_DATA_TAG = "v0.1.6"

COMPLETED_CHECK_BOOL = f"{PACKAGE_NAME}_testdata_check"
NEED_TEST_DATA = "TESTDATA_CHECK"
Expand Down

0 comments on commit d64e2d6

Please sign in to comment.