Skip to content

Use round() instead of int() #53

@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