-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
They were previously passed together in a common dataset, but I had a weird bug, not happening all the time, where win_dim dimension would be reduced to the smallest size, the one g_idxs. But gw_idxs is supposed to have a larger dimension. Perhaps the problem is that g_idxs should have the same win_dim as gw_idxs, but fill all irrelevant entries with nans. This would avoid the problem. Perhaps in the future I should try this instead. For now it works
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters