techmatters / soil-id-algorithm

GNU Affero General Public License v3.0
1 stars 0 forks source link

fix: add random seed and fixed data infilling to prevent negative values #109

Closed jjmaynard closed 5 months ago

jjmaynard commented 5 months ago

Description

-fixed awc calculation bug. Modified infilling to prevent populating data frame with negative values -added random seed for simulations

Fixes #102.