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
Hello
Currently it seems the "Custom Volume Emitter" sample does not work. Is there an alternative way to define custom light sources?
I'm using
Raysect Version: raysect-0.8.1.post1
and the code fails with the following output:
Rendering pass 1...
Traceback (most recent call last):
File "Untitled-1.py", line 50, in
camera.observe()
File "raysect/optical/observer/base/observer.pyx", line 265, in raysect.optical.observer.base.observer._ObserverBase.observe
File "raysect/optical/observer/base/observer.pyx", line 301, in raysect.optical.observer.base.observer._ObserverBase.observe
File "/home/max/.local/lib/python3.8/site-packages/raysect/core/workflow.py", line 239, in run
raise results
AttributeError: attribute 'samples' of 'raysect.optical.spectrum.Spectrum' objects is not writable
A copy of the code is available from the raysect repository, and the error occurs with no changes made to the example.
Thank you
The text was updated successfully, but these errors were encountered:
Hello
Currently it seems the "Custom Volume Emitter" sample does not work. Is there an alternative way to define custom light sources?
I'm using
Raysect Version: raysect-0.8.1.post1
and the code fails with the following output:
A copy of the code is available from the raysect repository, and the error occurs with no changes made to the example.
Thank you
The text was updated successfully, but these errors were encountered: