test PyPlot failed
- 主要语言
- Julia
- 星标
- 488
- 派生
- 90
- PR 合并指标
- 30 天内没有已合并 PR
描述
Windows 7 64bit
Julia 1.4.2
Python 3.8.3 `ENV["PYTHON"] = "C:\\ProgramData\\Anaconda3\\python.exe"`
Matplotlib 3.2.2
Tests passed after editing `runtests.jl`:
```
# m = match(r"%%BoundingBox: *([0-9]+) +([0-9]+) +([0-9]+) +([0-9]+)", s)
m = match(r"%%BoundingBox: *([0-9\.]+) +([0-9\.]+) +([0-9\.]+) +([0-9\.]+)", s)
```
```
# boundingbox = map(s -> parse(Int, s), m.captures)
boundingbox = map(s -> parse(Float64, s), m.captures)
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start in runtests.jl at the BoundingBox regular expression and parsing code, using the reported Windows 7, Julia 1.4.2, Python 3.8.3, and Matplotlib 3.2.2 setup as context. Run the PyPlot tests and verify they pass without the local edits described in the issue, including the generated bounding-box values.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, matplotlib, python
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100