Skip to content

Commit

Permalink
Update AxisKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Moynihan committed Apr 22, 2021
1 parent 9a145ba commit 77cf9f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83"

[compat]
AutoHashEquals = "0.2"
AxisKeys = "0.1"
AxisKeys = "0.1.16"
FeatureTransforms = "0.3"
Impute = "0.6"
NamedDims = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion dev/FeatureTransforms
Submodule FeatureTransforms updated from 5da6ca to 11e911
9 changes: 3 additions & 6 deletions test/featuretransforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@

@test r isa KeyedDataset
@test isequal(r, expected)
# https://github.com/mcabbott/AxisKeys.jl/issues/61
@test_broken !isequal(ds, expected)
@test !isequal(ds, expected)
end

@testset "using pattern" begin
Expand All @@ -244,8 +243,7 @@

@test r isa KeyedDataset
@test isequal(r, expected)
# https://github.com/mcabbott/AxisKeys.jl/issues/61
@test_broken !isequal(ds, expected)
@test !isequal(ds, expected)
end

@testset "using symbol" begin
Expand All @@ -266,8 +264,7 @@

@test r isa KeyedDataset
@test isequal(r, expected)
# https://github.com/mcabbott/AxisKeys.jl/issues/61
@test_broken !isequal(ds, expected)
@test !isequal(ds, expected)
end
end

Expand Down

0 comments on commit 77cf9f1

Please sign in to comment.