8000 Use round() instead of int() · Issue #53 · brainiak/brainiak-tutorials · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use round() instead of int() #53
Open
@manojneuro

Description

@manojneuro

In 03-data-handling and in utils.py change
shift_size = int(vdc_hrf_lag / vdc_TR) to
shift_size = round(vdc_hrf_lag / vdc_TR)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0