Skip to content

Commit

Permalink
pylinted again
Browse files Browse the repository at this point in the history
  • Loading branch information
nlensse1 committed Aug 10, 2023
1 parent 445549a commit 642509f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions podaac/subsetter/group_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

GROUP_DELIM = '__'


def transform_grouped_dataset(nc_dataset: nc.Dataset, file_to_subset: str) -> nc.Dataset:
"""
Transform a netCDF4 Dataset that has groups to an xarray compatible
Expand Down
2 changes: 2 additions & 0 deletions podaac/subsetter/time_converting.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import numpy as np
from podaac.subsetter import subset


def get_start_date(instrument_type):
"""
returns the start date based on the instrument type
Expand All @@ -32,6 +33,7 @@ def get_start_date(instrument_type):

return start_date


def convert_to_datetime(dataset: xr.Dataset, time_vars: list, instrument_type: str) -> Tuple[xr.Dataset, datetime.datetime]:
"""
Get the start date based on what the Instrument type is
Expand Down

0 comments on commit 642509f

Please sign in to comment.