[Objective] Bug dans la commande "rebuild_closure_table_tree_for_skill" #57

Open
opened 2022-11-01 11:41:31 +01:00 by Sulley · 0 comments
Owner

A chaque fois que j'execute cette commande il incrémente les rank de 1.
Ca doit venir de la manière dont je calcule le rang :

max_rank = max(max_rank, max_level, ancestor.rank + 1)
A chaque fois que j'execute cette commande il incrémente les rank de 1. Ca doit venir de la manière dont je calcule le rang : ``` max_rank = max(max_rank, max_level, ancestor.rank + 1) ```
Sulley added the
bug
label 2022-11-01 11:41:31 +01:00
Sulley self-assigned this 2022-11-01 11:41:31 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sulley/Ultron#57
No description provided.