Take a uniform rectangle with base $b$ and height $h$ and let it rotate about $b$. The kinetic energy is:
$$ T = \dfrac{1}{2} I_b \omega^2 = \dfrac{1}{2} \dfrac{bh^3}{3} \omega^2 $$ (with $I_b$ being the moment of inertia about the axis formed by its base)
Here is the problem:
When I try to calculate the kinetic energy via the center of mass I get a different result:
$$ T = \dfrac{1}{2}m v^2_{cm} + \dfrac{1}{2} I_{cm} \omega^2 = \dfrac{1}{2} ( \dfrac{h^2}{4} + \dfrac{bh^3}{12}) \omega^2 $$
(The CM being at a height of $\dfrac{h}{2}$)
What is the mistake here ? It seems that I'm missing an factor of $bh$ in the $v_{cm}$ term?