Skip to content

Commit

Permalink
rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasPhabian committed Jul 26, 2022
1 parent 1a2e3c9 commit 7848bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pydata-sphinx-theme
pyerfa
astropy
matplotlib
git+https://github.com/SpatioTemporal/pystare@master
pystare
2 changes: 1 addition & 1 deletion pystare/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def coarsest_resolution_finer_or_equal_ms(ms):
>>> times = numpy.array([millisecond, second, minute, hour, day, year], dtype=numpy.int64)
>>> pystare.coarsest_resolution_finer_or_equal_ms(times)
array([48, 38, 32, 26, 21, 12])
"""
resolutions = pystare.core._coarsest_resolution_finer_or_equal_milliseconds(ms)
return resolutions
Expand Down

0 comments on commit 7848bd2

Please sign in to comment.