Skip to content

Commit ff6ce08

Browse files
authored
Merge pull request #80 from lincc-frameworks/mag-err-plots
mag_err vs mag plots
2 parents 06f39ea + 6c53b88 commit ff6ce08

3 files changed

Lines changed: 783 additions & 1597 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ DP1 HATS Catalog (LSDB/HATS on disk)
8686
→ pipelines/plotting.py (diagnostic whitened residual plots)
8787
```
8888

89+
## Code Style
90+
- Use `isinstance(x, A | B)` not `isinstance(x, (A, B))` — ruff UP038 enforces this.
91+
8992
## Testing Notes
9093
- Doctests are collected from `src/` and `docs/*.rst` (configured in `pyproject.toml`).
9194
- Mark slow tests with `@pytest.mark.long`; these are skipped in pre-commit hooks but run in CI.

0 commit comments

Comments
 (0)