Commit 7ccb2122 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates test_measure

Showing with 1 addition and 1 deletion
+1 -1
...@@ -20,5 +20,5 @@ print(f'Mean resistance: {np.mean(r):.3f} Ohms, Dev. {100*np.std(r)/np.mean(r):. ...@@ -20,5 +20,5 @@ print(f'Mean resistance: {np.mean(r):.3f} Ohms, Dev. {100*np.std(r)/np.mean(r):.
print(f'sampling rate: {k.rx.sampling_rate:.1f} ms, mean sample spacing: {np.mean(np.diff(k.readings[:,0]))*1000.:.1f} ms') print(f'sampling rate: {k.rx.sampling_rate:.1f} ms, mean sample spacing: {np.mean(np.diff(k.readings[:,0]))*1000.:.1f} ms')
print(r) print(r)
print(f'length of array: {len(r)}, expected length{6000./k.rx.sampling_rate}') print(f'length of array: {len(r)}, expected length{6000./k.rx.sampling_rate}')
print(k.readings)
change_config('config_default.py', verbose=False) change_config('config_default.py', verbose=False)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment