Fix warnings in eformat
These two commits suppress warnings in the package
- The first in the unit test that checks a deprecated function (get_robs). This is ok, we want to leave the check in as long as the function exists
- The maybe-unitialized warning in the boost python bindings is most likely spurious.