TheNeuralBit commented on a change in pull request #15833:
URL: https://github.com/apache/beam/pull/15833#discussion_r758805395
##########
File path: sdks/python/apache_beam/dataframe/pandas_doctests_test.py
##########
@@ -53,12 +53,7 @@ def test_ndframe_tests(self):
# frames_test.py
"s.tz_localize('CET', ambiguous=np.array([True, True,
False]))",
],
- 'pandas.core.generic.NDFrame.truncate': [
- # These inputs rely on tail (wont implement, order
- # sensitive) for verification
- "df.tail()",
- "df.loc['2016-01-05':'2016-01-10', :].tail()",
- ],
+ 'pandas.core.generic.NDFrame.truncate': ['*'],
Review comment:
Can we remove this, so that truncate is tested?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]