From 4aeab8f026927543178e59d380068acc75973ec7 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 1 Dec 2024 18:28:08 -0800 Subject: [PATCH] Update to proper tetra3 --- .gitmodules | 3 +-- python/pyproject.toml | 5 ++++- python/tetra3 | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) create mode 120000 python/tetra3 diff --git a/.gitmodules b/.gitmodules index 13f0bf5b..bbd1b94a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "python/PiFinder/tetra3"] path = python/PiFinder/tetra3 - url = https://github.com/esa/tetra3.git - branch = no_big_files + url = https://github.com/smroid/cedar-solve diff --git a/python/pyproject.toml b/python/pyproject.toml index 9324ef27..2d18ec53 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -82,7 +82,10 @@ docstring-code-format = false docstring-code-line-length = "dynamic" [tool.mypy] -exclude = "venv|tetra3" +exclude = [ + "/venv/", + "/tetra3/" +] # Start off with these warn_unused_configs = true warn_redundant_casts = true diff --git a/python/tetra3 b/python/tetra3 new file mode 120000 index 00000000..0cb73b81 --- /dev/null +++ b/python/tetra3 @@ -0,0 +1 @@ +/home/pifinder/PiFinder/python/PiFinder/tetra3/tetra3 \ No newline at end of file