Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main with change in
memory-optimization
(#799)
* 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 <55467782+kshitijavis@users.noreply.github.com> Co-authored-by: Junho Lee <53921230+junholee6a@users.noreply.github.com> * 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 <55467782+kshitijavis@users.noreply.github.com> Co-authored-by: Junho Lee <53921230+junholee6a@users.noreply.github.com> --------- Co-authored-by: ksneab7 <91956551+ksneab7@users.noreply.github.com> Co-authored-by: Kshitij Sinha <55467782+kshitijavis@users.noreply.github.com> Co-authored-by: Junho Lee <53921230+junholee6a@users.noreply.github.com>
- Loading branch information