Skip to content

Commit 77401e8

Browse files
Improved comments and removed outdated test
1 parent e6246d6 commit 77401e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drjit/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,11 +2396,6 @@ def freeze(
23962396
```python
23972397
y = dr.gather(type(x), x, dr.width(x)//2)
23982398
```
2399-
2400-
Similarly, calculating the mean of a variable relies on the number of entries,
2401-
which will be baked into the frozen function. To avoid this, we suggest
2402-
supplying the number of entries as a Dr.Jit literal in the arguments to the
2403-
function.
24042399
"""
24052400

24062401

0 commit comments

Comments
 (0)