Replies: 1 comment 1 reply
-
Sorry about the slow response time. My suggestion: Copy the whole notebook content into a Python file. Then, on a machine with Linux/GDB, install the GDB<->Python integration. Following this, you can put a breakpoint on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a custom build of mitsuba 3 (feature/emissive-media) and while running the
volume_optimization.ipynb
test through pytest, I get the error:drjit.cuda.ad.UInt.__richcmp__(): Could not promote type 'int' to 'drjit.cuda.ad.UInt'
.While I understand that this may be an issue with the custom build, I wanted to get an idea of how best I could debug the problem as I have no idea why such an operation would fail.
Beta Was this translation helpful? Give feedback.
All reactions