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

Fjernet next_month la til delta_month #11

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

EdvardGarmannslund
Copy link

No description provided.

ValueError: If periods are are more or less than a year.
ValueError: If period is 0.
"""
if periods < -11 or periods > 11:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Legg inn sjekk på at måned er valid (mellom 1 og 12, og int) og at period er int?

Valideringsfunksjon for måned har jeg div varianter av, kan samle til en og legge inn

@EdvardGarmannslund EdvardGarmannslund merged commit 3a90204 into main Feb 22, 2024
13 checks passed
@EdvardGarmannslund EdvardGarmannslund deleted the funk_delta_month branch April 8, 2024 14:28
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.

2 participants