logpai / logparser

A machine learning toolkit for log parsing [ICSE'19, DSN'16]
Other
1.61k stars 555 forks source link

Logmatch : Resolve matching with n_workers greater than 1 #107

Closed rustamtemirov closed 10 months ago

rustamtemirov commented 11 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

Screenshot 2023-11-29 at 22 13 53