Aluriak / Aluriak/bubble-tools
Wrong call in README example
未关闭
- 主要语言
- JavaScript
- 星标
- 4
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
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 ?!
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。