Generated bubble graph do not validate with bubbletools
Đang mở
- Ngôn ngữ chính
- Answer Set Programming
- Star
- 12
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I generated a bubble graph with:
```
import powergrasp
with open("graph.bbl", "w") as fd:
for line in powergrasp.compress_by_cc("graph.gml"):
fd.write(line + '\n')
```
Then, I wanted to check if it generated a correct bubble file with [bubbletools](https://github.com/Aluriak/bubble-tools):
```
from bubbletools import validate
for log in validate(open("graph.bbl", "r"), profiling=True):
print(log)
```
I got the following error:
ValueError: Input line "# CONNECTED COMPONENT 1
" is not bubble formatted
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.