xanthos icon indicating copy to clipboard operation
xanthos copied to clipboard

Diagnostics Future Warning

Open rubcalvo opened this issue 2 years ago • 0 comments

Hi! I've been using xanthos this past month and the Diagnostics Module print the following future warning:

INFO: ---Start Diagnostics: /home/rcalvo/miniconda3/envs/xanthos/lib/python3.7/site-packages/xanthos/diagnostics/diagnostics.py:130: FutureWarning: Slicing a positional slice with .loc is not supported, and will raise TypeError in a future version. Use .loc with labels or .iloc with positions instead. agg_df.loc[-1, 1:] = agg_df.sum(numeric_only=True)

Just a heads up.

Thanks.

rubcalvo avatar Mar 28 '22 15:03 rubcalvo