-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update names of transformer tests and files to match class names #284
Conversation
Codecov Report
@@ Coverage Diff @@
## master #284 +/- ##
=========================================
- Coverage 86.4% 82.51% -3.9%
=========================================
Files 319 319
Lines 10453 10453
Branches 351 545 +194
=========================================
- Hits 9032 8625 -407
- Misses 1421 1828 +407
Continue to review full report at Codecov.
|
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.
Minor comment
@@ -78,7 +78,7 @@ class OpLdaTest extends FlatSpec with TestSparkContext { | |||
.toSeq | |||
.map(_.getAs[Vector](0)) | |||
|
|||
Spec[OpLdaTest] should "convert document term vectors into topic vectors" in { | |||
Spec[OpLDATest] should "convert document term vectors into topic vectors" in { |
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.
Spec[OpLDA]
Related issues
#278
Describe the proposed solution
Update names of some test classes and files to match name of the class they are testing
Describe alternatives you've considered
None
Additional context
None