← Back to team overview

python-quantities-developers team mailing list archive

proper subclassing

 

I noticed that proper subclassing of ndarray lets us do away with some of
the wrapped numpy functions (basically all the ones that were just copying
over the dimensionality). However, for some reason, round() does not seem to
work this way. I am confused as to why.

Follow ups