Skip to content
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

Update main with change in memory-optimization #799

Merged
merged 5 commits into from
Apr 27, 2023

Conversation

taylorfturner
Copy link
Contributor

No description provided.

@taylorfturner taylorfturner added the Bug Something isn't working label Apr 26, 2023
@taylorfturner taylorfturner self-assigned this Apr 26, 2023
@taylorfturner taylorfturner reopened this Apr 27, 2023
@taylorfturner taylorfturner added Work In Progress Solution is being developed and removed Work In Progress Solution is being developed labels Apr 27, 2023
taylorfturner and others added 3 commits April 27, 2023 10:54
* Encode update format (#789)

* Update categorical test

* Fix encode tests to agree with new JSONEncoder

Fix categorical column tests

Fix DateTimeColumn tests

Fix IntColumn tests

Fix NumericStatsMixin tests

Fix OrderColumn tests

Fix BaseColumn tests

* Remove unnecessary cast() in csv_data.py (1) (#796)

Removing this cast() doesn't cause a mypy error.

self._header is set to type Optional[Union[str, int]] in the
constructor. Also, self.guess_header_row() has return type
Optional[int], so casting to int doesn't make sense here.

---------

Co-authored-by: Kshitij Sinha <55467782+kshitijavis@users.noreply.github.com>
Co-authored-by: Junho Lee <53921230+junholee6a@users.noreply.github.com>
* Encode update format (#789)

* Update categorical test

* Fix encode tests to agree with new JSONEncoder

Fix categorical column tests

Fix DateTimeColumn tests

Fix IntColumn tests

Fix NumericStatsMixin tests

Fix OrderColumn tests

Fix BaseColumn tests

* Remove unnecessary cast() in csv_data.py (1) (#796)

Removing this cast() doesn't cause a mypy error.

self._header is set to type Optional[Union[str, int]] in the
constructor. Also, self.guess_header_row() has return type
Optional[int], so casting to int doesn't make sense here.

* Remove unnecessary cast() in csv_data.py (2) (#798)

---------

Co-authored-by: Kshitij Sinha <55467782+kshitijavis@users.noreply.github.com>
Co-authored-by: Junho Lee <53921230+junholee6a@users.noreply.github.com>
@tyfarnan tyfarnan enabled auto-merge (squash) April 27, 2023 15:28
@tyfarnan tyfarnan merged commit d9648fb into main Apr 27, 2023
6 checks passed
@taylorfturner taylorfturner deleted the feature/memory-optimization branch April 28, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants