Epicevent / contour-tree-

3/12 일 까지 짜야하는 코드입니다.
5 stars 1 forks source link

오탈자 #1

Open Epicevent opened 5 years ago

Epicevent commented 5 years ago

jstree.py의 JStree class의 private method _to_ij_notation(self,j)에 잘못된 것이 있습니다.

j= int(v/self.M) 이 아니라

j= int(v/self.N) 이 되어야 합니다.

BerryWell commented 5 years ago

수정해서 다시 커밋했습니다.

Epicevent commented 5 years ago

감사합니다.

2019년 3월 11일 (월) 오전 1:26, Geunwoo Nam notifications@github.com님이 작성:

수정해서 다시 커밋했습니다.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Epicevent/contour-tree-/issues/1#issuecomment-471320895, or mute the thread https://github.com/notifications/unsubscribe-auth/AYuS388iAqXiejvXVwDAXr-PGl6SqSyIks5vVTJMgaJpZM4bnMcE .