Skip to content

Incorrect types in samp_quant_samp_per_chan and total_samp_per_chan_generated parameters #32

@cthomas97

Description

@cthomas97

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions