Skip to content

Commit

Permalink
update HRRR golden values
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuzz31 committed Jul 24, 2023
1 parent 7d6367a commit 7a477fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_HRRR_ztd.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_scenario_1():

new_data = xr.load_dataset(os.path.join(SCENARIO_DIR, 'HRRR_tropo_20200101T120000_ztd.nc'))
new_data1 = new_data.sel(x=-91.84, y=36.84, z=0, method='nearest')
golden_data = 2.2011017, 0.03755665 # hydro|wet
golden_data = 2.2607086, 0.035891 # hydro|wet

np.testing.assert_almost_equal(golden_data[0], new_data1['hydro'].data)
np.testing.assert_almost_equal(golden_data[1], new_data1['wet'].data)
Expand Down

0 comments on commit 7a477fa

Please sign in to comment.