Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logmatch : Resolve matching with n_workers greater than 1
When logmatch is tested with n_workers greater than 1, the error is outputed that xrange is depracated and chunk_size being float type. Commit resolves the data type issue and also changes xrange to range
- Loading branch information