Skip to content

DeprecationWarning: sorted_dict.iloc is deprecated. Use SortedDict.keys() instead.

I am getting the following warning:

/opt/conda/lib/python3.6/site-packages/adaptive/learner/learner1D.py:179: DeprecationWarning: sorted_dict.iloc is deprecated. Use SortedDict.keys() instead.

The solution is already suggested.