Removed unused methods
This commit is contained in:
parent
f7fc8a6eca
commit
a0b3e620e4
|
@ -52,14 +52,6 @@ static NSString *const kExpectedErrorDomain = @"com.google.mediapipe.tasks";
|
||||||
|
|
||||||
@implementation MPPTextClassifierTests
|
@implementation MPPTextClassifierTests
|
||||||
|
|
||||||
- (void)setUp {
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)tearDown {
|
|
||||||
// Put teardown code here. This method is called after the invocation of each test method in the
|
|
||||||
// class.
|
|
||||||
}
|
|
||||||
|
|
||||||
+ (NSArray<MPPCategory *> *)expectedBertResultCategoriesForNegativeText {
|
+ (NSArray<MPPCategory *> *)expectedBertResultCategoriesForNegativeText {
|
||||||
return @[
|
return @[
|
||||||
[[MPPCategory alloc] initWithIndex:0 score:0.956187f categoryName:@"negative" displayName:nil],
|
[[MPPCategory alloc] initWithIndex:0 score:0.956187f categoryName:@"negative" displayName:nil],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user