Skip to content

Fix warnings in eformat

Reiner Hauser requested to merge fix_warnings into master

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.

Merge request reports