Closed mbrosnahan closed 7 months ago
Currently only accepts int type
It works by looking at the types in the example config.
https://github.com/WHOIGit/PhytO-ARM/blob/d7f493fc8f0bad54a2f68c0af40bf4ada0a84d06/configs/example.yaml#L136-L144
You could update these defaults to -99999.99 or something and then it will accept floats.
Addition of a decimal point to example.yaml did the trick.
Currently only accepts int type