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
Hello! I'm trying to save to sqlite my FSS verification [using 1 case verification: fuzzy_results = verify_fuzzy(...)] to represent the results applying [save_spatial_verif(fuzzy_results, "/spred/pn8/SPRED/HARP", "fuzzy.sqlite")] but I get this error:
Writing to SQLite file /spred/pn8/SPRED/HARP/fuzzy.sqlite
Error in match.arg(tab) : 'arg' should be one of “basic”, “fuzzy”
Has anybody done this?
The text was updated successfully, but these errors were encountered:
Hello! I'm trying to save to sqlite my FSS verification [using 1 case verification: fuzzy_results = verify_fuzzy(...)] to represent the results applying [save_spatial_verif(fuzzy_results, "/spred/pn8/SPRED/HARP", "fuzzy.sqlite")] but I get this error:
Writing to SQLite file /spred/pn8/SPRED/HARP/fuzzy.sqlite
Error in match.arg(tab) : 'arg' should be one of “basic”, “fuzzy”
Has anybody done this?
The text was updated successfully, but these errors were encountered: