Skip to content

Commit

Permalink
Filenames have changed on MAVEN data server
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jan 14, 2025
1 parent 4f2b884 commit 484b130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyspedas/projects/maven/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ def get_kp_dict():
fn = [
os.path.join(
local_data_dir,
"maven/data/sci/kp/insitu/2016/01/mvn_kp_insitu_20160101_v20_r01.tab",
"maven/data/sci/kp/insitu/2016/01/mvn_kp_insitu_20160101_v20_r02.tab",
),
os.path.join(
local_data_dir,
"maven/data/sci/kp/insitu/2016/01/mvn_kp_insitu_20160102_v20_r01.tab",
"maven/data/sci/kp/insitu/2016/01/mvn_kp_insitu_20160102_v20_r02.tab",
),
]
return maven_kp_to_tplot(filename=fn, notplot=True)
Expand Down

0 comments on commit 484b130

Please sign in to comment.