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

Update 'null_logid's to 'non_empty_log_ids' #64

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

IsuruBoyagane15
Copy link
Contributor

Line 31 (code line is given below) of logparser/utils/evaluator.py python file contains a variable that is supposed to store the indices of non empty (not null) log templates present in the ground truth file.

null_logids = df_groundtruth[~df_groundtruth['EventId'].isnull()].index

But the name of this variable, null_log_ids may mislead the readers. I think the variable name must be changed.

@zhujiem zhujiem merged commit 0421747 into logpai:master Oct 26, 2020
@IsuruBoyagane15 IsuruBoyagane15 deleted the evaluator_fix branch October 26, 2020 13:00
ztz1989 pushed a commit to ztz1989/logparser that referenced this pull request Feb 12, 2022
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

Successfully merging this pull request may close these issues.

2 participants