#26592: Add support for GDAL 2.1
-----------------------------+------------------------------------
     Reporter:  yellowcap    |                    Owner:  nobody
         Type:  New feature  |                   Status:  new
    Component:  GIS          |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Accepted
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------

Comment (by claudep):

 Here's the failing test I'm getting with GDAL 2.1:
 {{{
 FAIL: test_band_statistics_empty_band
 (gis_tests.gdal_tests.test_raster.GDALBandTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/claude/checkouts/django-
 git/tests/gis_tests/gdal_tests/test_raster.py", line 479, in
 test_band_statistics_empty_band
     self.assertEqual(rsmem.bands[0].statistics(), (None, None, None,
 None))
 AssertionError: Tuples differ: (0.0, 0.0, 0.0, 0.0) != (None, None, None,
 None)

 First differing element 0:
 0.0
 None

 - (0.0, 0.0, 0.0, 0.0)
 + (None, None, None, None)
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26592#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.41c3342ce5bb0fcd65ac48c8744908b3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to