Skip to content

Commit

Permalink
fix gmao typo
Browse files Browse the repository at this point in the history
  • Loading branch information
royagrace committed Feb 3, 2025
1 parent 76cbe58 commit b6f2a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_intersect.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_gnss_intersect(tmp_path, wm):
## run raider and intersect
calcDelays([str(cfg)])

gold = {"ERA5": 2.34514, "GMAO": 2.34514, "HRRR": np.nan} # gmao is fake
gold = {"ERA5": 2.34514, "GMAO": np.nan, "HRRR": np.nan}
df = pd.read_csv(
os.path.join(outdir, f'{wm}_Delay_{date}T{time.replace(":", "")}_ztd.csv')
)
Expand Down

0 comments on commit b6f2a2e

Please sign in to comment.