qc_signal_intensity
plot merge (line 182) fails on pandas v1.3.0+
#52
Labels
qc_signal_intensity
plot merge (line 182) fails on pandas v1.3.0+
#52
This code failed on circleci running pandas v1.3.2 (also tested and failed on 1.3.0) but works on earlier pandas versions (1.2.x).
something changed in pandas merge function.
https://pandas.pydata.org/docs/whatsnew/v1.3.0.html -- deprecated
possibly related to
the error produced is:
For now, the quick fix is to disallow pandas version 1.3.0 when installing methylcheck. But resolving the merge issue would be a better long term fix.
The text was updated successfully, but these errors were encountered: