Skip to content

Commit

Permalink
tests | add known issues in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
flokno committed Jan 17, 2024
1 parent a2680cf commit ea40439
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,14 @@ to clean test files.

## Reference files

Were created with TDEP commit `8c01e0343e4098f1d160efc141f8af6ae7f54941` on a macbook with M1 chip.
Were created with TDEP commit `8c01e0343e4098f1d160efc141f8af6ae7f54941` on a macbook with M1 chip.

## Known issues

- Errors like
```
atomic_distribution/test_atomic_distribution.py::test_hdf5
<frozen importlib._bootstrap>:241: RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility. Expected 16 from C header, got 96 from PyObject
```

hint towards compatibility issues in your python environment. **They are unrelated to TDEP.**

0 comments on commit ea40439

Please sign in to comment.