JuliaPy / JuliaPy/PyPlot.jl

test PyPlot failed

未关闭
#494 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。