Skip to content

Commit 1d4202b

Browse files
authored
Sign error
1 parent 068aea6 commit 1d4202b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_spectrum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_sndr_sfdr_outputs(self):
8888
"power": 9,
8989
"rms": 3,
9090
"dBHz": round(-11.5297 - full_scale, 1),
91-
"NSD": round(-11.5297 - full_scale - 48.1648, 1),
91+
"NSD": round(-11.5297 - full_scale + 48.1648, 1),
9292
},
9393
"sndr": {
9494
"dBc": 10.0,

0 commit comments

Comments
 (0)