Skip to content

REF: remove unused allow_object kwarg from sequence_to_dt64ns #44519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 20, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@jbrockmendel
Copy link
Member Author

@tacaswell looks like we may need to update some of our matplotlib code? Any suggestions?

    @pytest.mark.slow
    def test_axis_share_x_with_by(self):
        # GH 15079
        ax1, ax2, ax3 = self.hist_df.plot.hist(column="A", by="C", sharex=True)
    
        # share x
>       assert ax1._shared_x_axes.joined(ax1, ax2)
E       AttributeError: 'AxesSubplot' object has no attribute '_shared_x_axes'

@jreback jreback added the Refactor Internal refactoring of code label Nov 20, 2021
@jreback jreback added this to the 1.4 milestone Nov 20, 2021
@jreback jreback merged commit 279b91f into pandas-dev:master Nov 20, 2021
@jbrockmendel jbrockmendel deleted the cln-sequence_to_datetimes branch November 20, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants