Uploaded image for project: 'Apache Open Climate Workbench (Retired)'
  1. Apache Open Climate Workbench (Retired)
  2. CLIMATE-636

Bounds __str__ function doesn't return correct data format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5
    • 1.0.0
    • general
    • None

    Description

      The _str_ function for the Bounds object incorrect returns various lat/lon min/max values when trying to print ranges.

      lat_range = "({}, {})".format(self._lat_min, self._lon_min)
      lon_range = "({}, {})".format(self._lon_min, self._lon_min)
      

      Attachments

        Activity

          People

            mjoyce Michael Joyce
            mjoyce Michael Joyce
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: