Skip to content

Commit b0503d5

Browse files
committed
Fix compats
1 parent e1bb3dd commit b0503d5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PyramidSchemeMakieExt = "Makie"
3232
[compat]
3333
Aqua = "0.8"
3434
ArchGDAL = "0.10.4"
35-
CairoMakie = "0.12"
35+
CairoMakie = "0.12,0.13,0.14,0.15"
3636
Colors = "0.12"
3737
DimensionalData = "0.28, 0.29"
3838
DiskArrayEngine = "0.1.2, 0.2"
@@ -45,10 +45,10 @@ GeoInterface = "1.3.4"
4545
Makie = "0.24"
4646
OffsetArrays = "1.14"
4747
Proj = "1.7.1"
48-
Rasters = "0.11.8, 0.12, 0.13"
48+
Rasters = "0.11.8, 0.12, 0.13, 0.14"
4949
Statistics = "1.10"
5050
Test = "1.10"
51-
TestItemRunner = "0.2.3"
51+
TestItemRunner = "1"
5252
YAXArrayBase = "0.6.1, 0.7"
5353
YAXArrays = "0.5.6, 0.6"
5454
Zarr = "0.9.3"

src/PyramidScheme.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ function agg_axis(d,n)
275275
# TODO this is only correct for points not intervals
276276
npoints = cld(length(d), n)
277277
half_stepsize = step(d) * (n-1) / 2
278-
@show half_stepsize
279278
sgn = DD.isreverse(d) ? -1 : 1
280279
DD.set(d, LinRange(first(d) + sgn * half_stepsize, last(d) - sgn * half_stepsize, npoints))
281280
end

0 commit comments

Comments
 (0)