You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the number of crops that are missing a value is asserted only for the properties that are extracted. Add a test to assert for each practicalplants property the number of crops that have a value (instead of missing a value) in the static dataset. This should use directly the JS file for the static dataset instead of using the function readCropsLower which is deprecated and will be removed later.
This will also be useful for finding an explicit list of little used properties for #74.
The text was updated successfully, but these errors were encountered:
Currently the number of crops that are missing a value is asserted only for the properties that are extracted. Add a test to assert for each practicalplants property the number of crops that have a value (instead of missing a value) in the static dataset. This should use directly the JS file for the static dataset instead of using the function
readCropsLower
which is deprecated and will be removed later.This will also be useful for finding an explicit list of little used properties for #74.
The text was updated successfully, but these errors were encountered: