In the lattice model generation, the function get_symmetric_part
is applied after insert types. This function introduces sp.Rational(1, 2)
which is not types then. Thus when generating the code for SP ugly conversion warnings appear.
Fixes #144 (closed)