This is a bugfix for a check on whether certain parameters are required or not. With the latest version of astropy, the current method throws an exception because calling is/is not on a Quantity is ambiguous. This now just checks whether the value is undefined as far as Jinja is concerned.
This is a bugfix for a check on whether certain parameters are required or not. With the latest version of astropy, the current method throws an exception because calling
is
/is not
on aQuantity
is ambiguous. This now just checks whether the value is undefined as far as Jinja is concerned.