Commit 5fd03c8
Relax energy drift tolerance and suppress Python check stderr
1. Relax OpenMP test energy drift tolerance to 0.1 eV (from 0.01)
- Test model is a small, quickly-fitted potential for testing infrastructure
- Aligns with tolerances in test_lammps.jl and test_mpi.jl
2. Suppress stderr in check_python_available()
- Prevents Python traceback from appearing in CI logs when numpy/ase not installed
- Uses pipeline(..., stderr=devnull) to redirect errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 41c63c0 commit 5fd03c8
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments