Skip to content

Commit bf1c517

Browse files
committed
Merge branch 'multi-scroll-filter' of https://github.com/d33bs/CytoDataFrame into multi-scroll-filter
2 parents 6f6e604 + 4251f1f commit bf1c517

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_frame.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,7 @@ def test_filter_display_indices_by_widget_range_multiple_columns() -> None:
935935

936936

937937
def test_filter_display_indices_by_widget_range_preserves_duplicate_labels() -> None:
938-
cdf = CytoDataFrame(
939-
pd.DataFrame({"FilterScore": [1.0, 2.0, 3.0]}, index=[0, 0, 1])
940-
)
938+
cdf = CytoDataFrame(pd.DataFrame({"FilterScore": [1.0, 2.0, 3.0]}, index=[0, 0, 1]))
941939
cdf._custom_attrs["_widget_state"]["filter_column"] = "FilterScore"
942940
cdf._custom_attrs["_widget_state"]["filter_range"] = (0.5, 2.5)
943941

0 commit comments

Comments
 (0)