From 68534bf5542675d47115b7b4c7b7d1b4093fd255 Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Mon, 9 Jan 2023 06:56:30 +0800 Subject: [PATCH] Revert "skip unifold ut due to MMseqs2 api error" Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11334131 --- tests/pipelines/test_unifold.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/pipelines/test_unifold.py b/tests/pipelines/test_unifold.py index d32b04b7..cf67929d 100644 --- a/tests/pipelines/test_unifold.py +++ b/tests/pipelines/test_unifold.py @@ -19,8 +19,7 @@ class UnifoldProteinStructureTest(unittest.TestCase, DemoCompatibilityCheck): self.protein_multimer = 'GAMGLPEEPSSPQESTLKALSLYEAHLSSYIMYLQTFLVKTKQKVNNKNYPEFTLFDTSKLKKDQTLKSIKT' + \ 'NIAALKNHIDKIKPIAMQIYKKYSKNIP NIAALKNHIDKIKPIAMQIYKKYSKNIP' - @unittest.skipUnless(test_level() >= 5, - 'skip test due to MMseqs2 api error') + @unittest.skipUnless(test_level() >= 1, 'skip test in current test level') def test_run_by_direct_model_download(self): model_dir1 = snapshot_download(self.model_id_multimer) multi_pipeline_ins = pipeline(task=self.task, model=model_dir1)