You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the tests in TestLabelModelAdvanced.
The setUp is
defsetUp(self) ->None:
"""Set constants for the tests."""self.m=10# Number of LFsself.n=10000# Number of data pointsself.cardinality=2# Number of classes
That test passes.
If I change cardinaltiy to 3,4 ... the tests fail.
Code example/repro steps
See above
Expected behavior
The tests should pass regardless of cardinality
System info
How you installed Snorkel (conda, pip, source): source
Build command you used (if compiling from source): tox
When I run this test on the classes I've added in #1629 they fail, and I don't know if it's just because of my code or also because the test is "specific"
The text was updated successfully, but these errors were encountered:
Issue description
I run the tests in
TestLabelModelAdvanced
.The setUp is
That test passes.
If I change cardinaltiy to 3,4 ... the tests fail.
Code example/repro steps
See above
Expected behavior
The tests should pass regardless of cardinality
System info
Additional context
Relates to #1625 and #1629 .
When I run this test on the classes I've added in #1629 they fail, and I don't know if it's just because of my code or also because the test is "specific"
The text was updated successfully, but these errors were encountered: