Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very few lines processed #3

Closed
ronniegane opened this issue Oct 18, 2015 · 1 comment
Closed

Very few lines processed #3

ronniegane opened this issue Oct 18, 2015 · 1 comment

Comments

@ronniegane
Copy link
Owner

MainTesting_BMW was producing 118 lines of "cleaned" data from 2090 lines raw.

@ronniegane
Copy link
Owner Author

Looking at the raw data, most of the lines only end with one asterisk * or two ** , while the python code is only accepting lines that finish with the full three ***.

Since any line with at least one asterisk is usually complete, changed the python code to just look for a single asterisk.

Now produces 2035 processed lines of data for MainTesting_BMW.

ronniegane added a commit that referenced this issue Oct 18, 2015
To solve issue #3: very few lines processed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant