updated regression data following a numpy bugfix in a RNG. #796.

This commit is contained in:
davemfish 2022-02-01 14:15:55 -05:00
parent b4efef9ab2
commit e528373411
1 changed files with 1 additions and 1 deletions

View File

@ -362,5 +362,5 @@ class CarbonValidationTests(unittest.TestCase):
# Using a numpy float32 in numpy.sum will pass up to rtol=1e-9.
numpy.testing.assert_allclose(
carbon._accumulate_totals(raster_path),
492919.73994,
492919.769386,
rtol=1e-12) # Note better precision