We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
brainflayer shows invalid number of scanned lines after recent changes
1.txt:
0000000000000000000000000000000000000000000000000000000000000001 0000000000000000000000000000000000000000000000000000000000000002 0000000000000000000000000000000000000000000000000000000000000003
before changes:
# brainflayer -v -b 1.blf -t priv -x -c uce -i 1.txt rate: 339.05 p/s found: 0/3 elapsed: 0.009 s
after changes:
brainflayer -v -b 1.blf -t priv -x -c uce -i 1.txt rate: 619.01 p/s found: 0/6 elapsed: 0.010 s
as you can see there are 3 lines in the input file, in second the example it shows 6 instead of 3.
The text was updated successfully, but these errors were encountered:
the bug introduced in commit 1fbacc2
Sorry, something went wrong.
No branches or pull requests
brainflayer shows invalid number of scanned lines after recent changes
1.txt:
before changes:
after changes:
as you can see there are 3 lines in the input file, in second the example it shows 6 instead of 3.
The text was updated successfully, but these errors were encountered: