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
Actually there was already an issue for this: #3439
But +1 !
I think this will take some work (I don't know if the output comparison will directly work for pandas dataframes), but I think this can be worth it to ensure up to date docstrings.
need to add the option
--with-doctest
inci/script.py
to run doc tests. Lots of these fail at them moment though.We could run add these incrementally as the doc tests are fixed though, eg add lines line
nosetests --with-doctest pandas/core
after the main testerThe text was updated successfully, but these errors were encountered: