Replies: 2 comments
-
hi @VHolstein , that warning should not cause any issues. We have an open ticket to remove it. A feature file could be empty for multiple reasons, for example, the dates in the participant file are filtering data out, there aren't enough rows of raw data to compute features, or more subtle bugs related to the data format or the feature provider configuraton params. Can you reduce the problem to eight or so days of data for a single participant, a single time segment (daily for example), and a single location feature (locationvariance for example). And share your config file as well the test data (you can create random locations for sharing purposes). Alternatively, you can use our sample dataset to check what the input/output should look like. |
Beta Was this translation helpful? Give feedback.
-
I have tried processing again with your recommended setup, but it seems to be the same issue, though with a specific warning this time:
I suspect that it has to do with the datetime specification somehow, but I don't understand it exactly. I have uploaded my config file, one participant with scrambled locations including the participant file and one location feature. and used the wifi, calls, message (etc) csv's from the example so that the analysis would run through. You can access the data here: https://github.com/VHolstein/fix_rapids_analysis if you want to look at it. |
Beta Was this translation helpful? Give feedback.
-
Dear RAPIDS developers,
I have started building my own RAPDIS container for an app that we use. For validation, I would like to compare GPS location features of the Barnett & Doryab pipelines. For testing, I have rearranged the location data into the same format as the aware_csv data. It seems to run fine, but I get this error message:
Warning message: The following named parsers don't match the column names: local_date_time, local_start_date_time, local_end_date_time
when running the job
and the output files are empty. GPS location data seems to look the same as the example csv for aware_csv data. The beginning of my config file is:
Would you have an idea where this error might be coming from? I was unable to locate the problem. If needed I can provide my entire config file or any other of the necessary helper files. Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions