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

298 refactor DatetimeSinusoidCalculator tests #310

Merged
merged 8 commits into from
Oct 10, 2024

Conversation

davidhopkinson26
Copy link
Contributor

updates tests for DattimeSinusoidCalculator to new regime

also fixed a couple of tests in test_BaseDatetimeTransformer and test_BaseGenericDateTransformer to make them compatible with other classes as they had specific initialisation arguments in the tests.

@davidhopkinson26 davidhopkinson26 linked an issue Oct 3, 2024 that may be closed by this pull request
@davidhopkinson26 davidhopkinson26 changed the title 298 refactor datetimesinusoidcalculator tests 298 refactor DatetimeSinusoidCalculator tests Oct 3, 2024

class TestDatetimeSinusoidCalculatorTransform:
@pytest.mark.parametrize(
Copy link
Contributor

Choose a reason for hiding this comment

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

Think we can delete the date col check on line 248

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep agree b897d28

@limlam96
Copy link
Contributor

limlam96 commented Oct 9, 2024

have the classic changelog conflicts fyi

@limlam96 limlam96 merged commit 6dd13de into main Oct 10, 2024
12 checks passed
@limlam96 limlam96 deleted the 298-refactor-datetimesinusoidcalculator-tests branch October 10, 2024 13:07
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.

Refactor DatetimeSinusoidCalculator tests
2 participants