oss2024hnu / coursegraph-py

BSD 2-Clause "Simplified" License
5 stars 71 forks source link

현재 그래프파일 생성시 list index of range의 오류가 납니다. #536

Closed Wonsoox closed 2 weeks ago

Wonsoox commented 2 weeks ago

PS C:\Users\wonso\coursegraph-py> python .\coursegraph\ .\data\ai.yaml -o test.png -f graph -s 30,30 2024-06-17 20:52:08,933 - WARNING - Verbose level 0 An error occurred: list index out of range PS C:\Users\wonso\coursegraph-py> python .\coursegraph\ .\data\ai.yaml -o test.png -f graph -s 30,30 2024-06-17 20:52:23,270 - WARNING - Verbose level 0 An error occurred: list index out of range PS C:\Users\wonso\coursegraph-py>

0d147eb 버전에서 그래프 파일을 실행하려고 하면 list index out of range오류가 납니다. 리스트관련 작업에서 변동으로 인해 코드가 불량이 난거 같습니다.

kyagrd commented 2 weeks ago

폰트유틸을 예전에 작동하전 버전으로 되돌려야겠군요. 왜 폰트유틸을 이해하지 않고 그렇게들 건드리려 하는지 모르겠습니다 OTL

kyagrd commented 2 weeks ago

제 환경에서는 에러가 안나서 그냥 머지했는데 다른 환경에서 원래 되다가 안되는거면 문제가 있는 걸지도요

Wonsoox commented 2 weeks ago

넵 화살표 동작까지는 제대로 되었는데 갑자기 list 에러가 발생합니다.

kyagrd commented 2 weeks ago

일단 예전 버전으로 되돌렸으니까 이슈는 닫겠습니다.