Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #25235, commits were: * intervene: fix pandas version <1.0 in 1.0 DataFrame.ix was deprecated which leads to: ``` File "/usr/local/lib/python3.8/site-packages/intervene/modules/pairwise/pairwise.py", line 214, in heatmap_triangle D = D.ix[cluster_order, cluster_order] File "/usr/local/lib/python3.8/site-packages/pandas/core/generic.py", line 5139, in __getattr__ return object.__getattribute__(self, name) ```
- Loading branch information