Skip to content

Commit 42fffc6

Browse files
dvicininjroussel
authored andcommitted
Adjust radiance field tutorial to new integrator API
1 parent e5dd59d commit 42fffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inverse_rendering/radiance_field_reconstruction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
" t += step_size\n",
311311
" active &= (t < maxt) & dr.any(dr.neq(β, 0.0))\n",
312312
"\n",
313-
" return L if primal else δL, mi.Bool(True), L\n",
313+
" return L if primal else δL, mi.Bool(True), [], L\n",
314314
"\n",
315315
" def traverse(self, callback):\n",
316316
" callback.put_parameter(\"sigmat\", self.sigmat.tensor(), mi.ParamFlags.Differentiable)\n",

0 commit comments

Comments
 (0)