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
@tatsuya-ishihara
Could you check the variable track_pred_dict? I found a possible bug while linting with flake8 which says there is no definition of track_pred_dict.
track_pred_dict
cabot/predict_people_py/scripts/predict_kf_abstract.py
Line 189 in 4ea256c
It looks like miss spell of the variable track_pos_dict.
track_pos_dict
Line 104 in 4ea256c
The text was updated successfully, but these errors were encountered:
This is a debug code for old version. I remove the variable track_pred_dict. I should have removed the code below this line too.
Line 174 in 4ea256c
Sorry, something went wrong.
Could you make a PR to fix the bug?
OK. I will create PR about this.
tatsuya-ishihara
No branches or pull requests
@tatsuya-ishihara
Could you check the variable
track_pred_dict
?I found a possible bug while linting with flake8 which says there is no definition of
track_pred_dict
.cabot/predict_people_py/scripts/predict_kf_abstract.py
Line 189 in 4ea256c
It looks like miss spell of the variable
track_pos_dict
.cabot/predict_people_py/scripts/predict_kf_abstract.py
Line 104 in 4ea256c
The text was updated successfully, but these errors were encountered: