Skip to content

Conversation

@github-actions
Copy link

Description

Added error checking to window calculation script.

Fixes issue

Fixes #8 python

improved comments and doc strings

def __init__(self, start_time, end_time, delta):
""" Initializes the observations associated with a TIEGCM experiment
""" Initialize the window and model times associated with a TIEGCM experiment
Copy link
Owner

Choose a reason for hiding this comment

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

it would be good to clarify what TIEGCM means

Copy link
Owner

@jarbesfeld jarbesfeld left a comment

Choose a reason for hiding this comment

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

Left some suggestions

"""

# Error checking of delta input
Copy link
Owner

Choose a reason for hiding this comment

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

it would be good to add documentation indicating why these numbers were added for the conditions

start_time - string '%Y-%m-%d %H:%M:%S' model start time of experiment
end_time - string '%Y-%m-%d %H:%M:%S' model end time of experiment
start_time - string '%Y-%m-%d %H:%M:%S' model inital time
Copy link
Owner

Choose a reason for hiding this comment

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

there is a typo in inital (should be initial)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python: Exercise 2

3 participants