We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4202b commit b8295b7Copy full SHA for b8295b7
tests/test_spectrum.py
@@ -87,8 +87,8 @@ def test_sndr_sfdr_outputs(self):
87
"floor": 18 / nfft,
88
"power": 9,
89
"rms": 3,
90
- "dBHz": round(-11.5297 - full_scale, 1),
91
- "NSD": round(-11.5297 - full_scale + 48.1648, 1),
+ "dBHz": round(-11.529675 - full_scale, 1),
+ "NSD": round(-11.529675 - full_scale + 48.1648, 1),
92
},
93
"sndr": {
94
"dBc": 10.0,
0 commit comments