Aluriak / Aluriak/bubble-tools
Wrong call in README example
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 4
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The python API example given in the README file should be :
```
convert.bubble_to_dot('path/to/bubble.bbl', dotfile='path/to/dot.dot')
```
instead of
```
convert.to_dot(open('path/to/bubble.lp'), dotfile='path/to/dot.dot')
```
Also there is several references to bubble files but with `lp` extension ?!
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.