We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff10cd commit 56f0128Copy full SHA for 56f0128
1 file changed
src/feature_annotation/highly_variable_features_scanpy/test.py
@@ -221,6 +221,7 @@ def test_filter_with_hvg_batch_with_batch(
221
output_data.var = output_data.var.drop(
222
columns=["rna:filter_with_hvg"], errors="raise"
223
)
224
+ del output_data["rna"].varm["hvg"]
225
assert_annotation_objects_equal(lognormed_batch_test_data_path, output_data)
226
227
0 commit comments