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
The method array_from_unit uses array caches, but if the units are FiberUnit, changing the incident_angle, for example, will not update the cache array, and the output is wrong (there has to be a manual reset in between)
But I guess there would be more issues like this one, about the compatibility between Geometry and FiberIntegrator
The text was updated successfully, but these errors were encountered:
The method
array_from_unit
uses array caches, but if the units areFiberUnit
, changing the incident_angle, for example, will not update the cache array, and the output is wrong (there has to be a manual reset in between)But I guess there would be more issues like this one, about the compatibility between
Geometry
andFiberIntegrator
The text was updated successfully, but these errors were encountered: