We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caf09e commit fe970d6Copy full SHA for fe970d6
AGENTS.md
@@ -53,3 +53,4 @@ This document explains how to work effectively in this repository.
53
- Do not run `git commit`; users handle commits/branches.
54
- Do not `print()` inside kernels; use logging or host-side code.
55
- Tile indexing preserves dimensions; `i = hl.tile(...); x[i]` keeps ranks.
56
+- Do not add unnecessary error checks via `hasattr`, `getattr`, `except`, etc.
0 commit comments