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

Stop running use_legacy_dataset=true for wide-benchmark #156

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

austin3dickey
Copy link
Contributor

@austin3dickey austin3dickey commented Jan 2, 2024

["true"],
["false"],
)
valid_cases = (["use_legacy_dataset"], ["false"])

def run(self, case=None, **kwargs):
path = os.path.join(_sources.temp_dir, "wide.parquet")

Choose a reason for hiding this comment

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

A bit below, on line 36, you can remove the use_legacy_dataset=legacy part.

We can keep the parametrization to preserve the history of the benchmark, but in the benchmark code itself we can now remove any usage of it (we will also deprecate/remove that keyword at some point, and then this is already ready for that)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

great idea!

["true"],
["false"],
)
valid_cases = (["use_legacy_dataset"], ["false"])

Choose a reason for hiding this comment

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

Maybe add a comment that this parameter is only kept for historical reasons, but is further ignored nowadays?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done, thanks!

@coveralls
Copy link

coveralls commented Jan 8, 2024

Pull Request Test Coverage Report for Build 7450409612

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 87.177%

Totals Coverage Status
Change from base Build 6947606920: -0.01%
Covered Lines: 1550
Relevant Lines: 1778

💛 - Coveralls

@austin3dickey austin3dickey merged commit ab8a175 into main Jan 8, 2024
2 checks passed
@austin3dickey austin3dickey deleted the austin3dickey-patch-1 branch January 8, 2024 16:48
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