File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ uuid = "86f7a689-2022-50b4-a561-43c23ac3c673"
3
3
authors = [
" David A. van Leeuwen <[email protected] >" ]
4
4
version = " 0.9.3"
5
5
6
- [compat ]
7
- julia = " 1"
8
-
9
6
[deps ]
10
7
Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
11
8
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,3 +13,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
16
13
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
17
14
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18
15
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
16
+
17
+ [compat ]
18
+ julia = " 1"
19
+
20
+ [extras ]
21
+ KahanSummation = " 8e2b3108-d4c1-50be-a7a2-16352aec75c3"
22
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
23
+
24
+ [targets ]
25
+ test = [" KahanSummation" , " Test" ]
Original file line number Diff line number Diff line change 1
1
# # (c) 2016--2018 David A. van Leeuwen
2
2
# # tests for ../src/index.jl
3
3
4
- import Base. indices
5
-
6
4
print (" getindex, " )
7
5
# # getindex
8
6
# # Test Integer indices up to 5 dimensions, as well as CartesianIndexes
You can’t perform that action at this time.
0 commit comments