You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a quick test with pandas 0.24.1 and it worked fine, so my best guess is that there was a change in the _Concatenator class for the pandas v1 major update.
I kind of solved that issue with a quick and dirty hack in rstoolbox.analysis.structure.py (just tested in my pandas 1.1.0 python environment). So if your interested, just let me know and I'll submit a PR.
Hi @FloLangenfeld !
Thanks for your interest!
This comes, of course, from the bigger issue, which is the general integration of pandas 1 into the code 😕
I also need to fix the CI with travis, as it has changed a bit since last time I checked this code, but if you open the PR I'll be happy to merge it as soon as I can.
I just launch the doctest code written in the
rstoolbox.analysis.secondary_structure_percentage
function docstring:It raises the following error:
I did a quick test with pandas 0.24.1 and it worked fine, so my best guess is that there was a change in the
_Concatenator
class for the pandas v1 major update.I kind of solved that issue with a quick and dirty hack in rstoolbox.analysis.structure.py (just tested in my pandas 1.1.0 python environment). So if your interested, just let me know and I'll submit a PR.
The text was updated successfully, but these errors were encountered: