AlikRodriguez commented on a change in pull request #14656:
URL: https://github.com/apache/beam/pull/14656#discussion_r622418558
##########
File path: sdks/python/apache_beam/dataframe/pandas_doctests_test.py
##########
@@ -422,7 +417,7 @@ def test_series_tests(self):
# Throws NotImplementedError when modifying df
'pandas.core.series.Series.transform': ['df'],
'pandas.core.series.Series.autocorr': ['*'],
- 'pandas.core.series.Series.combine': ['*'],
+ #'pandas.core.series.Series.combine': ['*'],
Review comment:
Thanks, @TheNeuralBit - Sorry for that, I fix it. And I did what you
said, but the test still fail in the workflow, I don't know why, I'm running
Pytest locally and all tests pass. Could you help me seen what I'm missing?
--
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]