From e18a1a5517a463123f74df7a71d804d06caae860 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 12:51:36 +0200 Subject: [PATCH 1/3] fix(scripts): standardize shebang and clean whitespace in make_docs.sh --- make_docs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_docs.sh b/make_docs.sh index ef0362cc8..9b4cadcf7 100755 --- a/make_docs.sh +++ b/make_docs.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash - # sphinx-apidoc -o ./docs -efT $pwd - sphinx-build -b html docs docs/_build +# sphinx-apidoc -o ./docs -efT $pwd +sphinx-build -b html docs docs/_build From 16162405fc583c345c6b1b1e1b60848439958993 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 12:51:50 +0200 Subject: [PATCH 2/3] fix(scripts): pass arguments to pytest in run_tests.sh --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 70d413d8d..3fd33ef78 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -8,4 +8,4 @@ docker run -it \ --volume "$(pwd)":$project_dir_in_container \ --workdir $project_dir_in_container \ $image_name \ - pytest # run pytest + pytest "$@" From 2a0aec824b530d04b01f6753c750387d92cf741d Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Fri, 24 Jul 2026 12:52:04 +0200 Subject: [PATCH 3/3] fix(citation): fix author surname spelling typo in CITATION.cff --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 41332230d..5753f0cef 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ title: k-Wave-python type: software authors: - given-names: Farid - family-names: Yagubbbayli + family-names: Yagubbayli email: farid.yagubbayli@tum.de - given-names: David family-names: Sinden