Skip to content

Negative input current U not recorded correctly with snip probes #141

@hunse

Description

@hunse

Just ran into this briefly, and haven't examined it in detail or tried to reproduce it in a minimal example.

When I was probing the input current for some neurons nengo.Probe(ens.neurons, 'input') with precompute=False, rather than getting negative numbers where it looked like I should, I got very large positive numbers (like 4294951040). I think these are negative numbers that are somehow being interpreted as uints instead of ints or something like that. Things work as expected if use use NxSDK probes (with precompute=True), so that can be a point of comparison.

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