NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

change test_common.py for floats in level key #29

Closed cshartsough closed 4 years ago

cshartsough commented 4 years ago

the soil fields include a level of 1.6m below surface, currently the test_common expects "isnumeric()", i.e. numbers only. Need to have logic to allow floats as well. (is_number method is in test_common, might be able to use that).