Skip to content

Commit 420ebc5

Browse files
committed
still fighting
1 parent 5cecee1 commit 420ebc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Make sure the phrosty module can be found so we can document the API
2323

2424
sys.path.insert( 0, str( pathlib.Path( '..' ).resolve() ) )
25-
autodoc_mock_imports = [ 'astropy', 'numpy', 'cupy', 'galsim', 'matplotlib', 'nvtx', 'pandas', 'photutils',
25+
autodoc_mock_imports = [ 'astropy', 'cupy', 'galsim', 'matplotlib', 'numpy', 'nvtx', 'pandas', 'photutils',
2626
'sfft', 'snpit_utils', 'snappl' ]
2727

2828

phrosty/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def pointings_near_mjd(mjd, window=3, obseq_path=None):
396396
return pointings
397397

398398

399-
def get_mjd_info(mjd_start=-np.inf, mjd_end=np.inf, return_inverse=False, obseq_path=None):
399+
def get_mjd_info(mjd_start=0, mjd_end=np.inf, return_inverse=False, obseq_path=None):
400400
"""Get all pointings and corresponding filters between two MJDs.
401401
402402
Returns an astropy table with columns 'filter' and 'pointing'.

0 commit comments

Comments
 (0)