Generated bubble graph do not validate with bubbletools
Aperta
- Lingua principale
- Answer Set Programming
- Stelle
- 12
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.