Aluriak / Aluriak/PowerGrASP

Generated bubble graph do not validate with bubbletools

Ouverte
#2 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Answer Set Programming
Étoiles
12
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.