Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy Phrase Fusion Error #159

Merged
merged 1 commit into from
Jul 27, 2021
Merged

Copy Phrase Fusion Error #159

merged 1 commit into from
Jul 27, 2021

Conversation

lawhead
Copy link
Collaborator

@lawhead lawhead commented Jul 14, 2021

Overview

Fixed bug in reshaping data for Copy Phrase.

The TrialReshaper has a parameter for the sample rate (fs) and the expected value is the sample rate of the EEG data after processing (downsampling). The calling code captured this new sample rate value after performing the default transform, but in the process mutated the existing instance value. The result of mutating this value was that for every inquiry, the data was transformed using a halved sample rate from the previous iteration.

Ticket

https://www.pivotaltracker.com/story/show/178787961

Contributions

  • Fixed bug

Test

  • Using a calibration model trained on the current 1.5.1 branch, run a copy phrase task with inquiry preview tured on or off. The task should run without error

@lawhead lawhead requested review from tab-cmd and celikbasak July 14, 2021 17:05
@lawhead lawhead merged commit abff26c into 1.5.1 Jul 27, 2021
@tab-cmd tab-cmd deleted the fusion-error branch January 24, 2022 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants