Skip to content

Commit

Permalink
Merge pull request #25 from jgieseler/main
Browse files Browse the repository at this point in the history
change version, add TODO's
  • Loading branch information
jgieseler authored Jan 17, 2023
2 parents 4e59ea7 + 2ca1aec commit 9464220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions seppy/loader/stereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def stereo_sept_loader(startdate, enddate, spacecraft, species, viewing, resampl
# replace bad data with np.nan:
df = df.replace(-9999.900, np.nan)

# TODO: (as it's not really nicely done so far)
# careful!
# adjusting the position of the timestamp manually.
# requires knowledge of the original time resolution and timestamp position!
Expand Down
2 changes: 1 addition & 1 deletion seppy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from setuptools_scm import get_version
__version__ = get_version(root='..', relative_to=__file__)
except Exception:
__version__ = '0.1.6.dev1+gb261f01.d20230111'
__version__ = '0.1.6'

0 comments on commit 9464220

Please sign in to comment.