robertwb commented on a change in pull request #12534:
URL: https://github.com/apache/beam/pull/12534#discussion_r470312188
##########
File path: sdks/python/apache_beam/dataframe/pandas_doctests_test.py
##########
@@ -156,19 +157,14 @@ def test_series_tests(self):
'pandas.core.series.Series.repeat': ['*'],
'pandas.core.series.Series.replace': ['*'],
'pandas.core.series.Series.reset_index': ['*'],
- 'pandas.core.series.Series.round': ['*'],
- 'pandas.core.series.Series.searchsorted': ['*'],
- 'pandas.core.series.Series.shift': ['*'],
+ 'pandas.core.series.Series.searchsorted': ['*'], # doctest issue
Review comment:
I haven't dug into this too much, but it seems to be an issue in the
underlying doctest parsing code. I've narrowed it down and added a better
comment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]