test PyPlot failed
Aperta
- Lingua principale
- Julia
- Stelle
- 488
- Fork
- 90
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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)
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.