Closed luispedro closed 5 years ago
If the user does
c = count(mapped, features=['DOES_NOT_EXIST'], functional_map='mymap.map')
and DOES_NOT_EXIST is missing, then the user will get an error only when count is run.
DOES_NOT_EXIST
count
NGLess should be able to warn immediately.
Was implemented in 7f92dd6f0afef6151d245761449757fac956c4b5
If the user does
and
DOES_NOT_EXIST
is missing, then the user will get an error only whencount
is run.NGLess should be able to warn immediately.