Skip to content

Commit 3fc2b79

Browse files
committed
bump version
1 parent 79de776 commit 3fc2b79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LocalAnisotropies"
22
uuid = "cb698b3a-2f1d-48b4-a1e9-ddc0b8f648e2"
33
authors = ["Rafael Caixeta and contributors"]
4-
version = "0.11.0"
4+
version = "0.10.2"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ import LocalAnisotropies: rotmat, anisodistance
137137

138138
# interpolate in a coarser grid
139139
G_ = if R == 2
140-
CartesianGrid((0.5, 0.5), (2.0, 2.0), (5, 5))
140+
CartesianGrid((0.5, 0.5), (2.0, 2.0), dims=(5, 5))
141141
else
142-
CartesianGrid((0.5, 0.5, 0.5), (2.0, 2.0, 2.0), (5, 5, 3))
142+
CartesianGrid((0.5, 0.5, 0.5), (2.0, 2.0, 2.0), dims=(5, 5, 3))
143143
end
144144
lpars_ = idwpars(lpars, searcher, G_)
145145

0 commit comments

Comments
 (0)