You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
- doc comment says numeric inverse is avoided because of precision
issues, but its still used in two places anyways (the other being fixed
by #20359)
- dont do that lmao
## Solution
- calculate it manually instead of using a numeric inverse
- also rename some variables to match new x_from_y style while im at it
## Testing
- shadow biases example
0 commit comments