Multilayer#4
Open
fnobregasantos wants to merge 33 commits intomasterfrom
Open
Conversation
The matrixes are analogous to the ones created in the lab, for ease our use, just that, for privacy reasons, all values are random
| @@ -0,0 +1 @@ | |||
| This folder includes all scripts for the Multilayer analysis . All instructions will be found here! | |||
Contributor
There was a problem hiding this comment.
I would recommend, at some point, writing in more detail a tutorial explaining these analyses/scripts.
I corrected a few typos but mainly changed the style following PEP8 suggestions
d120bec to
58678f9
Compare
It was in wrong place - sorry!
Build upon the Main Multilayer code
The original code uses as input a 3d array, i.e., two variables for the shape of the supra-adjacency matrix and one variable for the number of matrixes. If we have a single supra-adjacency matrix, we often represent it as a 2d array, which would yield a bug in our code. Although the original code was not wrong, we decided to facilitate the user experience by adapting the code to accept a single supra-adjacency matrix as a 2d array as input. When that happens, the number of individuals in the analysis will be assigned one in the code.
The original code uses as input a 3d array, i.e., two variables for the shape of the supra-adjacency matrix and one variable for the number of matrixes. If we have a single supra-adjacency matrix, we often represent it as a 2d array, which would yield a bug in our code. Although the original code was not wrong, we decided to facilitate the user experience by adapting the code to accept a single supra-adjacency matrix as a 2d array as input. When that happens, the number of individuals in the analysis will be assigned one in the code.
Collaborator
|
@fnobregasantos @lcbreedt Before your next commit, please have a look at the files in the repo and check which should be kept. There's one code outside the Multilayer folder, and another one inside. |
This code was a user file before the previous commit. It was wrongly overwritten with the Multilayer main code. This commit is only reverting it.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Review Multialyer - Networks code