Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit fcb54ff

Browse files
committed
Update hires too
1 parent 02231ce commit fcb54ff

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

heliopy/data/cassini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def mag_hires(starttime, endtime, try_download=True):
169169
Requested data
170170
"""
171171
remote_base_url = ('http://pds-ppi.igpp.ucla.edu/ditdos/download?id='
172-
'pds://PPI/CO-E_SW_J_S-MAG-3-RDR-FULL-RES-V1.0/DATA')
172+
'pds://PPI/CO-E_SW_J_S-MAG-3-RDR-FULL-RES-V2.0/DATA')
173173
dirs = []
174174
fnames = []
175175
extension = '.TAB'

heliopy/data/test/test_cassini.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
pytest.mark.data()
66
cassini = pytest.importorskip("heliopy.data.cassini")
77

8-
# Server down
9-
'''
108
def test_mag_hires():
119
starttime = datetime(2008, 6, 1, 0, 0, 0)
1210
endtime = datetime(2008, 6, 2, 1, 0, 0)
@@ -24,7 +22,6 @@ def test_mag_hires():
2422
endtime = datetime(2040, 5, 2)
2523
with pytest.raises(RuntimeError):
2624
df = cassini.mag_hires(starttime, endtime)
27-
'''
2825

2926

3027
def test_mag_1min():

0 commit comments

Comments
 (0)