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

Fixed testing to run on all feature branches for PRs #793

Conversation

ksneab7
Copy link
Contributor

@ksneab7 ksneab7 commented Apr 25, 2023

No description provided.

micdavis
micdavis previously approved these changes Apr 25, 2023
@taylorfturner taylorfturner enabled auto-merge (squash) April 25, 2023 15:12
@taylorfturner taylorfturner changed the base branch from main to feature/memory-optimization April 25, 2023 15:13
@taylorfturner taylorfturner dismissed micdavis’s stale review April 25, 2023 15:13

The base branch was changed.

Copy link
Contributor

@taylorfturner taylorfturner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to validate

Copy link
Contributor

@taylorfturner taylorfturner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and validated on feature and main

@taylorfturner taylorfturner merged commit 5edd9e6 into capitalone:feature/memory-optimization Apr 25, 2023
4 checks passed
tyfarnan pushed a commit that referenced this pull request Apr 27, 2023
* Fixed testing to run on all feature branches for PRs (#793)

* cleanup time sapce analysis code (#797)

* quick update to feature/memory-optimization for merge to `main` (#802)

* 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 <[email protected]>
Co-authored-by: Junho Lee <[email protected]>

* Update feat mem (#803)

* 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 <[email protected]>
Co-authored-by: Junho Lee <[email protected]>

---------

Co-authored-by: ksneab7 <[email protected]>
Co-authored-by: Kshitij Sinha <[email protected]>
Co-authored-by: Junho Lee <[email protected]>
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.

None yet

4 participants