Aluriak / Aluriak/bubble-tools

Wrong call in README example

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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 ?!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.