Skip to content

Commit b8295b7

Browse files
authored
Fix precision
1 parent 1d4202b commit b8295b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_spectrum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def test_sndr_sfdr_outputs(self):
8787
"floor": 18 / nfft,
8888
"power": 9,
8989
"rms": 3,
90-
"dBHz": round(-11.5297 - full_scale, 1),
91-
"NSD": round(-11.5297 - full_scale + 48.1648, 1),
90+
"dBHz": round(-11.529675 - full_scale, 1),
91+
"NSD": round(-11.529675 - full_scale + 48.1648, 1),
9292
},
9393
"sndr": {
9494
"dBc": 10.0,

0 commit comments

Comments
 (0)