raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

The 'quiet' argument passed to Observer1D and Observer2D at initialisation is ignored. #408

Closed vsnever closed 2 years ago

vsnever commented 2 years ago

The quiet argument passed to Observer1D and Observer2D at initialisation is not passed to the _ObserverBase initialiser.

Observer1D: https://github.com/raysect/source/blob/d8b7903abd65e1d651fc280dad7f3e20454224a3/raysect/optical/observer/base/observer.pyx#L732-L746

Observer2D: https://github.com/raysect/source/blob/d8b7903abd65e1d651fc280dad7f3e20454224a3/raysect/optical/observer/base/observer.pyx#L911-L925

CnlPepper commented 2 years ago

Fixed in development. Will be released in v0.8.1.