You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both samp_quant_samp_per_chan and total_samp_per_chan_generated parameters
use c_double types, rather than c_long_long (UInt64) as required by the dll function.
Changing line 949 and 957 in out_stream.py and 2230, 2238 and 2253 in timing.py restores correct operation.