Pandas warning

Issue #11 resolved
Iker created an issue

This warning is risen by pandas 0.23.4

/mnt/hd/iker/projects/bbglab/oncodrivefml/oncodrivefml/mtc.py:42: FutureWarning: Sorting because non-concatenation axis is not aligned. A future version of pandas will change to not sort by default.

To accept the future behavior, pass 'sort=False'.

To retain the current behavior and silence the warning, pass 'sort=True'.

results_concat = pd.concat([results_good, results_masked])

Comments (2)

  1. Log in to comment