Skip to content

Commit

Permalink
Adjusted test according to prior bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chird committed Oct 23, 2023
1 parent ac27b39 commit 6c3912e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/meteoJS/sounding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ it('Simple sounding data (with calc missing)', () => {
dwpk: 268,
wdir: 345,
wspd: 10,
u: -2.6,
v: 9.7,
u: 2.6,
v: -9.7,
relh: undefined,
mixr: undefined,
theta: 285.7,
Expand All @@ -159,8 +159,8 @@ it('Simple sounding data (with calc missing)', () => {
dwpk: 263.2,
wdir: 0,
wspd: 1,
u: 0,
v: 1,
u: -0,
v: -1,
relh: undefined,
mixr: undefined,
theta: 281.5,
Expand All @@ -175,8 +175,8 @@ it('Simple sounding data (with calc missing)', () => {
dwpk: 277,
wdir: 45,
wspd: 3,
u: 2.1,
v: 2.1,
u: -2.1,
v: -2.1,
relh: undefined,
mixr: undefined,
theta: 283.2,
Expand Down

0 comments on commit 6c3912e

Please sign in to comment.