seldon-code / seldon

A code for opinion dynamics simulations.
GNU General Public License v3.0
6 stars 2 forks source link

config_parser: Fixed bug in start_numbering_from #42

Closed amritagos closed 6 months ago

amritagos commented 6 months ago

The output setting, start_numbering_from has permissible values from 0 and greater than 0. The check in validate_settings was set to greater than 0 by mistake. Has been changed to greater than or equal to 0.