Skip to content

Commit

Permalink
Adjusting tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Dec 11, 2017
1 parent 2487dde commit ef9f5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngeo_browse_server/control/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,7 @@ class IngestRasterStatisticsMultipleBands(BaseTestCaseMixIn, HttpMixIn, Statisti
{'max': 255.0, 'checksum': 30191, 'mean': 15.659451199310894, 'stddev': 22.103667727281124, 'min': 0.0},
{'max': 255.0, 'checksum': 35428, 'mean': 13.540062615955472, 'stddev': 21.258531872828733, 'min': 0.0},
{'max': 255.0, 'checksum': 16276, 'mean': 13.158705771269547, 'stddev': 21.48301977479764, 'min': 0.0},
{'max': 255.0, 'checksum': 20036, 'mean': 165.27394480519482, 'stddev': 121.7759380742111, 'min': 0.0}
{'max': 255.0, 'checksum': 20088, 'mean': 165.28028094354624, 'stddev': 121.77397247288403, 'min': 0.0}
]


Expand All @@ -2609,7 +2609,7 @@ class IngestRasterStatisticsMultipleBandsNoDefinition(BaseTestCaseMixIn, HttpMix
{'max': 255.0, 'checksum': 33522, 'mean': 17.049554399681952, 'stddev': 22.625493105759691, 'min': 0.0},
{'max': 255.0, 'checksum': 30191, 'mean': 15.659451199310894, 'stddev': 22.103667727281124, 'min': 0.0},
{'max': 255.0, 'checksum': 6918, 'mean': 14.176099092234296, 'stddev': 21.602771443516307, 'min': 0.0},
{'max': 255.0, 'checksum': 20027, 'mean': 165.27394480519482, 'stddev': 121.7759380742111, 'min': 0.0}
{'max': 255.0, 'checksum': 20088, 'mean': 165.28028094354624, 'stddev': 121.77397247288403, 'min': 0.0}
]


Expand Down

0 comments on commit ef9f5bc

Please sign in to comment.