Closed
Description
When running moses_git\rework2022\src\main.py
with my updated environment (larray 0.34 et al), I get the following warning:
[...]\py39larrayenv\lib\site-packages\larray\core\array.py:1551: FutureWarning: In a future version, the Index constructor will not infer numeric dtypes when passed object-dtype sequences (matching Series behavior)
index = pd.Index(data=self.axes[0].labels, name=axes_names[0])