-
Notifications
You must be signed in to change notification settings - Fork 14
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
add DummyFeaturization #87
Conversation
Signed-off-by: Rachel Kurchin <[email protected]>
…ved `decode(::AtomGraph)` from graphnodefeaturization to atomgraph, also added some generic methods and imports/exports. Signed-off-by: Rachel Kurchin <[email protected]>
…exports so existing tests pass Signed-off-by: Rachel Kurchin <[email protected]>
Signed-off-by: Rachel Kurchin <[email protected]>
…ormatting Signed-off-by: Rachel Kurchin <[email protected]>
…d validate_features Signed-off-by: Rachel Kurchin <[email protected]>
Signed-off-by: Rachel Kurchin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #87 +/- ##
==========================================
+ Coverage 81.08% 82.50% +1.41%
==========================================
Files 11 13 +2
Lines 312 320 +8
==========================================
+ Hits 253 264 +11
+ Misses 59 56 -3
Continue to review full report at Codecov.
|
@test_throws ArgumentError decode(df, dummy_encoded) | ||
F2 = AtomGraph(Float32.([0 1; 1 0]), ["F", "F"]) | ||
@test_throws ArgumentError featurize!(F2, df) | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
end | |
end |
Signed-off-by: Rachel Kurchin <[email protected]>
Signed-off-by: Rachel Kurchin <[email protected]>
Signed-off-by: Rachel Kurchin <[email protected]>
This approach is being abandoned, at least for now, and the docstring commits have been grabbed over in #90, so I'm going to close this. |
Resolves #85 .