-
Notifications
You must be signed in to change notification settings - Fork 19
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
Flipping misc organisation to address #107 #168
Flipping misc organisation to address #107 #168
Conversation
The last commit is just an exploration of how this new org would work if we use Pop or MultiPop in |
Added length method to MultiPop, but isn't working
The family pulled me away, so I just pushed something that is incomplete. I tried to add a length method to MultiPop, but it isn't working. Also, the mergePop is failing in the tests inside the testthat tests. |
Yes, the test is unfinished because I wasn't sure/clear if we want to handle Pop or MultiPop in the new misc organisation. I initiated three cases:
Note that I was not sure if you wanted to have support for |
I have just tested the
|
This last push makes all the tests run. There is just one test commented out since we cannot create an empty MultiPop. Might add that later in another issue/PR - #169 |
I think I know how to fix this. It should just be a matter of changing the validity function for MultiPop. It's currently a loop with |
Here is an implementation where we flip misc organisation from ind-node to node-ind for simplicity and speed of operations. As discussed in #107.
Looking forward to feedback;)