Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure TestFakes can return a KeyedArray #85

Merged
merged 1 commit into from
Apr 22, 2021
Merged

Ensure TestFakes can return a KeyedArray #85

merged 1 commit into from
Apr 22, 2021

Conversation

glennmoy
Copy link
Member

@glennmoy glennmoy commented Apr 21, 2021

Needed downstream in invenia/AxisSets.jl#50 where we want to extend the transform interface.

Note this doesn't apply to AxisArrays.

Needed downstream in AxisSets.
Note this doesn't apply to AxisArrays.
@@ -11,6 +11,13 @@ using FeatureTransforms.TestUtils

M = reshape(1:9, 3, 3)
@test FeatureTransforms.apply(M, t) == ones(3, 3)

# TODO: remove when refactoring tests
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've already started this #84

@codecov
Copy link

codecov bot commented Apr 21, 2021

Codecov Report

Merging #85 (11e9117) into main (5da6ca5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   99.25%   99.25%           
=======================================
  Files          12       12           
  Lines         135      135           
=======================================
  Hits          134      134           
  Misses          1        1           
Impacted Files Coverage Δ
src/test_utils.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5da6ca5...11e9117. Read the comment docs.

@glennmoy glennmoy requested a review from morris25 April 22, 2021 14:29
@glennmoy glennmoy merged commit 43a2cc7 into main Apr 22, 2021
@glennmoy glennmoy deleted the gm/testbug branch April 22, 2021 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants