Skip to content

Fix dtype bug in int columns#405

Merged
zmbc merged 4 commits intorelease-candidate/dtypes-distributed-noisingfrom
bugfix/int-dtypes
Apr 25, 2024
Merged

Fix dtype bug in int columns#405
zmbc merged 4 commits intorelease-candidate/dtypes-distributed-noisingfrom
bugfix/int-dtypes

Conversation

@zmbc
Copy link
Collaborator

@zmbc zmbc commented Apr 24, 2024

Fix dtype bug in int columns

Description

  • Category: bugfix
  • JIRA issue: None

Discovered in the course of working on #404 that there was some very strange dtype behavior going on: pseudopeople was returning columns with dtype "object" that contained integer objects. Our test was not catching this.

I've beefed up the test (got it actually failing on main), and fixed the issue with the integer columns to make them int dtypes.

Testing

  • all tests pass (pytest --runslow)

@rmudambi
Copy link
Collaborator

This should also target a release branch.

@zmbc zmbc changed the base branch from main to release-candidate/dtypes-distributed-noising April 25, 2024 20:07
@zmbc zmbc merged commit 0322ed9 into release-candidate/dtypes-distributed-noising Apr 25, 2024
@zmbc zmbc deleted the bugfix/int-dtypes branch April 25, 2024 20:13
@zmbc zmbc mentioned this pull request Apr 30, 2024
1 task
albrja pushed a commit that referenced this pull request May 29, 2024
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.

3 participants

Comments