Skip to content

Commit 592464e

Browse files
committed
Pin commit hash for ztf_field_corners.csv
This file is downloaded in the README. To make the doctest reproducible, we need to pin the version of this file.
1 parent 12105a3 commit 592464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ significantly by using [SQLAlchemy bulk insertion].
347347
>>> from astropy.table import Table
348348
>>> from astropy.coordinates import SkyCoord
349349
>>> from astropy import units as u
350-
>>> url = 'https://raw.githubusercontent.com/ZwickyTransientFacility/ztf_information/master/field_grid/ztf_field_corners.csv'
350+
>>> url = 'https://raw.githubusercontent.com/ZwickyTransientFacility/ztf_information/9fd0ba8842709f42a134c88827309ccab728fcb7/field_grid/ztf_field_corners.csv'
351351
>>> for row in Table.read(url):
352352
... field_id = int(row['field'])
353353
... corners = SkyCoord(row['ra1', 'ra2', 'ra3', 'ra4'],

0 commit comments

Comments
 (0)