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

Function cross() for Cartesian product returns connections inside the default (infinite) mask #13

Open
lungsi opened this issue Nov 28, 2018 · 0 comments

Comments

@lungsi
Copy link

lungsi commented Nov 28, 2018

Python 2.7 with pip install csa

The cartesian product of two sets is taken using cross as shown below:

  • for two sets of same sizes
    screenshot from 2018-11-28 14-25-36

  • for two sets of different sizes
    screenshot from 2018-11-28 14-25-54

Notice that show() does not just return the mask of desired size with all-to-all connections. Rather it returns all-to-all connections of desired size in the infinite (default) mask.

PS: This issue is persistent also for python 3.7

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

No branches or pull requests

1 participant