Aluriak / Aluriak/PowerGrASP

Generated bubble graph do not validate with bubbletools

オープン
#2 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Answer Set Programming
スター
12
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。