Generated bubble graph do not validate with bubbletools
Abierto
- Lenguaje dominante
- Answer Set Programming
- Estrellas
- 12
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.