Closed rustamtemirov closed 10 months ago
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
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