Skip to content

Fixes BUG producing float64 dtype when Dataframe is initialized with array of shape (0, 0) #56113

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

Closed
wants to merge 7 commits into from

Conversation

tpackard1
Copy link
Contributor

@tpackard1 tpackard1 commented Nov 22, 2023

@tpackard1
Copy link
Contributor Author

I was having issues committing due to the following error:

An error has occurred: InvalidManifestError:
==> File /home/tpackard/.cache/pre-commit/repo6a2hxiuy/.pre-commit-hooks.yaml
==> At Hook(id='clang-format')
==> At key: types_or
==> At index 9
=====> Type tag 'textproto' is not recognized.  Try upgrading identify and pre-commit?
Check the log at /home/tpackard/.cache/pre-commit/pre-commit.log

And that is why my latest commit message was test because I was trying to figure out a work around (I simply removed textproto and it worked)

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Data type is float64 when Dataframe is initialized with array of shape (0, 0)
2 participants