From 49bfdd0c24da406fed933700ea2583074120d6d9 Mon Sep 17 00:00:00 2001 From: abheesht17 Date: Thu, 19 Jan 2023 18:17:19 +0530 Subject: [PATCH] Ignore Task docstring --- keras_nlp/tests/doc_tests/docstring_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keras_nlp/tests/doc_tests/docstring_test.py b/keras_nlp/tests/doc_tests/docstring_test.py index 7a8075ddb7..f88c9aa5b2 100644 --- a/keras_nlp/tests/doc_tests/docstring_test.py +++ b/keras_nlp/tests/doc_tests/docstring_test.py @@ -107,7 +107,8 @@ def test_fenced_docstrings(): # Base classes. "keras_nlp.models.backbone", "keras_nlp.models.preprocessor", - # Preprocessors and tokenizers which use `model.spm`. + "keras_nlp.models.task", + # Preprocessors and tokenizers which use `model.spm` (temporary). "keras_nlp.models.albert.albert_preprocessor", "keras_nlp.models.albert.albert_tokenizer", "keras_nlp.models.xlm_roberta.xlm_roberta_preprocessor",