Skip to content

Commit

Permalink
https seems to be breaking github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Feb 7, 2025
1 parent 93a8234 commit 82e22d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dkist/data/_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

VISP_HEADER = fits.Header.fromtextfile(Path(__file__).parent / "VISP_HEADER.hdr")
_SAMPLE_DATASETS = {
"VISP_BKPLX": ("https://g-a36282.cd214.a567.data.globus.org/user_tools_tutorial_data/", "BKPLX_stokesI.tar"),
"VBI_AJQWW": ("https://g-a36282.cd214.a567.data.globus.org/user_tools_tutorial_data/", "AJQWW_single_mosaic.tar"),
"VISP_BKPLX": ("http://g-a36282.cd214.a567.data.globus.org/user_tools_tutorial_data/", "BKPLX_stokesI.tar"),
"VBI_AJQWW": ("http://g-a36282.cd214.a567.data.globus.org/user_tools_tutorial_data/", "AJQWW_single_mosaic.tar"),
}


Expand Down

0 comments on commit 82e22d8

Please sign in to comment.