Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

WIP: Fix return values for low covariance matrices #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lutz-100worte
Copy link

In the case if numx == 0 or numy == 0:, the number of returned objects by compute_ccas is 6 instead of 5. The change in 139 in should correct this.
Also, in the consequent case # if x_idxs or y_idxs is all false, return_dict has zero entries in get_cca_similarity, there are several items missing in return_dict. The other changes fix this.
Can someone confirm that this is correct?

In the case `if numx == 0 or numy == 0:`, the number of returned objects by `compute_ccas` is 6 instead of 5. The change in 139 in should correct this.
Also, in the consequent case `# if x_idxs or y_idxs is all false, return_dict has zero entries` in `get_cca_similarity`, there are several items missing in `return_dict`. The other changes fix this.
Can someone confirm that this is correct?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant