From 4b6838e62512083feba17badbff72243b50f493b Mon Sep 17 00:00:00 2001 From: xzy Date: Thu, 6 Feb 2025 12:18:49 +0800 Subject: [PATCH] update user interface --- tests/atlas/test_atlas.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/atlas/test_atlas.py b/tests/atlas/test_atlas.py index b4ce9b1c..6faaf9c5 100644 --- a/tests/atlas/test_atlas.py +++ b/tests/atlas/test_atlas.py @@ -1,14 +1,10 @@ -""" -Test suite for the Atlas similarity calculation functionality. +"""Test suite for the Atlas similarity calculation functionality. + This test verifies that the main function correctly returns: 1. The most similar dataset from the atlas 2. Its corresponding configuration settings 3. The similarity score -The test ensures: -- Return value types are correct -- Similarity score is within valid range (0-1) -- Configuration dictionary contains all required cell type annotation methods """ import json