Skip to content

Commit 56f0128

Browse files
committed
Adjust highly_variable_features_scanpy tests
1 parent fff10cd commit 56f0128

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/feature_annotation/highly_variable_features_scanpy

src/feature_annotation/highly_variable_features_scanpy/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def test_filter_with_hvg_batch_with_batch(
221221
output_data.var = output_data.var.drop(
222222
columns=["rna:filter_with_hvg"], errors="raise"
223223
)
224+
del output_data["rna"].varm["hvg"]
224225
assert_annotation_objects_equal(lognormed_batch_test_data_path, output_data)
225226

226227

0 commit comments

Comments
 (0)