brainiak-tutorials icon indicating copy to clipboard operation
brainiak-tutorials copied to clipboard

Use round() instead of int()

Open manojneuro opened this issue 4 years ago • 0 comments

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)

manojneuro avatar Jun 11 '20 15:06 manojneuro