Skip to content
This repository was archived by the owner on Jul 27, 2018. It is now read-only.

Rectified the error with MCB in dynamic selection#36

Open
va26 wants to merge 1 commit intoviisar:masterfrom
va26:patch-1
Open

Rectified the error with MCB in dynamic selection#36
va26 wants to merge 1 commit intoviisar:masterfrom
va26:patch-1

Conversation

@va26
Copy link

@va26 va26 commented Apr 11, 2018

In line 95 the earlier code was checking the if condition between score[best_i] and score[best_j] and it was giving an error as best_j was not defined. Since line 94 was using best_j_score so I changed the variable name from best_j to best_j_score.

In line 95 the earlier code was checking the 'if' condition between `score[best_i]` and `score[best_j]` and it was giving an error as 'best_j' was not defined. Since line 94 was using 'best_j_score' so I changed the variable name from 'best_j' to 'best_j_score'.
@va26 va26 closed this Jun 7, 2018
@va26 va26 reopened this Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments