From 78b191df6b15868223ad6260da56b6d9ad952a2a Mon Sep 17 00:00:00 2001 From: Xiaokang Fu <1072534112@qq.com> Date: Wed, 26 Nov 2025 14:45:31 +0800 Subject: [PATCH 1/2] add orcid of Devika --- .github/workflows/build-and-unit.yml | 32 ++++++++++++++++++++++++++++ paper/paper.md | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/build-and-unit.yml diff --git a/.github/workflows/build-and-unit.yml b/.github/workflows/build-and-unit.yml new file mode 100644 index 0000000..56ad3dd --- /dev/null +++ b/.github/workflows/build-and-unit.yml @@ -0,0 +1,32 @@ +name: build-and-unit + +on: + push: + branches: [main, paper-draft] + pull_request: + branches: [main, paper-draft] + +jobs: + build-and-test: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.11" + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + pip install -r requirements_dev.txt + pip install -e . + + - name: Run unit tests (no remote APIs) + env: + RUN_REMOTE_ROUTER_TESTS: "false" + run: | + python -m pytest -m "not integration" diff --git a/paper/paper.md b/paper/paper.md index c3c46d1..7320db9 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -11,8 +11,8 @@ authors: - name: Xiaokang Fu orcid: 0000-0002-3396-6720 affiliation: "1" - - name: Devika, Kakkar - orcid: + - name: Devika Kakkar + orcid: 0000-0001-7800-929X affiliation: "2" affiliations: - name: "State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, 129 Luoyu Road, Wuhan, China" From f302571232a8c9abec77bb7f620d0f24474e6a77 Mon Sep 17 00:00:00 2001 From: Xiaokang Fu <1072534112@qq.com> Date: Wed, 17 Dec 2025 13:48:36 +0800 Subject: [PATCH 2/2] change the last name of Devika --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 7320db9..2fd5abc 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -11,7 +11,7 @@ authors: - name: Xiaokang Fu orcid: 0000-0002-3396-6720 affiliation: "1" - - name: Devika Kakkar + - name: Devika Jain orcid: 0000-0001-7800-929X affiliation: "2" affiliations: