diff options
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,3 +1,4 @@ +#!/usr/bin/python3 import os from airspyhf import * from ctypes import * @@ -110,10 +111,6 @@ print("closed: Returned %d"%(ret)) print(f"Total samples received {sample_count}") -libairspyhf.py_test() - -libairspyhf.py_test_cb(read_samples_cb) - wave_file.close() print("All is ok") |