Skip to content

Commit

Permalink
update user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Feb 6, 2025
1 parent 50141ae commit 4b6838e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/atlas/test_atlas.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4b6838e

Please sign in to comment.