TerraME / calibration

A TerraME package with calibration functionalities.
GNU General Public License v3.0
1 stars 4 forks source link

showProggress without repetition #179

Closed pedro-andrade-inpe closed 7 years ago

pedro-andrade-inpe commented 7 years ago

showProgress only works when there is repetition. It does not show when a single parameter is simulated several times with different values. For instance

    -- ...
    parameters = {
        value = Choice{min = 0.1, max = 0.9, step = 0.1}
    }
    -- ...