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

dPCA not working well #412

Open
milesAraya opened this issue Aug 19, 2024 · 0 comments
Open

dPCA not working well #412

milesAraya opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
backend bug Something isn't working

Comments

@milesAraya
Copy link
Collaborator

追加機能についての概要
Very difficult to use because of data I/O limitations.
Needs error handling and refactoring

重要度
この機能の重要度を[低、中、高]に分ける。
高: この機能を早急に対応しなければ、他の開発に影響を与える。

その他
Example error.

File "/Users/milesd/GitRepos/barebone-studio/studio/app/optinist/wrappers/optinist/dimension_reduction/dpca_fit.py", line 185, in dpca_fit
X = createMatrix(X, Trig, features, params["trigger_duration"])

File "/Users/milesd/GitRepos/barebone-studio/studio/app/optinist/wrappers/optinist/dimension_reduction/dpca_fit.py", line 64, in createMatrix
X[i, :, :] = D[

ValueError: could not broadcast input array from shape (7,0) into shape (7,20)

@milesAraya milesAraya added the enhancement New feature or request label Aug 19, 2024
@milesAraya milesAraya self-assigned this Aug 19, 2024
@milesAraya milesAraya added bug Something isn't working backend and removed enhancement New feature or request labels Aug 19, 2024
@milesAraya milesAraya added this to the OIST requirements 2024 milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant