Skip to content
  • David Frank's avatar
    Minor improvments to DataContainerFormatter · 0fa4cc78
    David Frank authored
    * Pass a default config to DataContainer.format, such that it can be
      passed in from the outside
    * Move `format_config` into separate file to not create dependency cyles
    * Add functionality to suppress or round small numbers to 0, such that
      instead of -1.49012e-08, only 0 is printed
    0fa4cc78