Skip to content

Commit ccce919

Browse files
authored
Merge branch 'master' into fix-alpha-mode-near-unity
2 parents fb0c0e3 + 6091594 commit ccce919

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ When `pml_inside=False` (default), `kspaceFirstOrder()` expands the grid by `2*p
8383

8484
- Tests in `tests/`, configured via `[tool.pytest.ini_options]` in `pyproject.toml`
8585
- Integration tests (`@pytest.mark.integration`) compare against MATLAB reference data
86-
- Test fixtures in `tests/integration/conftest.py`: `load_matlab_ref`, `assert_fields_close`
87-
- MATLAB reference data pointed to by `KWAVE_MATLAB_REF_DIR` env var
86+
- Test fixtures in `tests/integration/conftest.py`: `load_matlab_ref` (fixture), `assert_fields_close` (helper function for field comparison)
87+
- MATLAB reference data for `@pytest.mark.integration` tests lives in `tests/matlab_test_data_collectors/python_testers/collectedValues/` (hardcoded in `conftest.py`)
88+
- `test_example_parity.py` (MATLAB-parity tests) reads `KWAVE_MATLAB_REF_DIR` (defaults to `~/git/k-wave-cupy/tests` if unset)
8889

8990
## Naming Conventions
9091

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"numpy>=1.22.2,<2.3.0",
3232
"matplotlib==3.10.7",
3333
"beartype==0.22.9",
34-
"jaxtyping==0.3.2",
34+
"jaxtyping==0.3.7",
3535
"deprecated>=1.2.14",
3636
"tqdm>=4.60"
3737
]
@@ -48,7 +48,7 @@ test = ["pytest",
4848
"coverage==7.10.6",
4949
"phantominator",
5050
"testfixtures==8.3.0",
51-
"requests==2.33.0"]
51+
"requests==2.33.1"]
5252
example = ["gdown==5.2.0"]
5353
docs = [ "sphinx-mdinclude==0.6.2",
5454
"sphinx-copybutton==0.5.2",

0 commit comments

Comments
 (0)