From 0c5e279b7634340dd44768d61ccd21ddb9ae23d8 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Thu, 16 Nov 2023 15:55:46 +0200 Subject: [PATCH] Fix typo from merge --- tests/processors.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/processors.test.js b/tests/processors.test.js index face9e268..99dffaa61 100644 --- a/tests/processors.test.js +++ b/tests/processors.test.js @@ -242,7 +242,7 @@ describe('Processors', () => { }, MAX_TEST_EXECUTION_TIME); - // DPTFeatureExtractor + // DPTFeatureExtractor it(MODELS.dpt, async () => { const processor = await AutoProcessor.from_pretrained(m(MODELS.dpt)) @@ -282,6 +282,8 @@ describe('Processors', () => { compare(original_sizes, [[408, 612]]); compare(reshaped_input_sizes, [[384, 608]]); + } + }); // CLIPFeatureExtractor // - tests center crop (do_center_crop=true, crop_size=224)