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 98ea838 commit cd57059Copy full SHA for cd57059
src/sisl/viz/plotters/xarray.py
@@ -44,7 +44,7 @@ def _correct_pandas_string_none(dic: dict[str, DataArray]):
44
pd.options.future.infer_string = old_infer_string
45
46
47
-if int(pd.__version__.split(".")[0]) >= 3:
+if int(pd.__version__.split(".")[0]) < 3:
48
49
def _correct_pandas_string_none(dic: dict[str, str]):
50
pass
0 commit comments