-
Notifications
You must be signed in to change notification settings - Fork 17
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
ecoli1 and 2 networks generate errors #71
Comments
I'm getting this as well. Not sure why |
is it possible there is some anticipatory preprocessing (like the network
plot?)
|
Yeah I tried plotting them in the R console with just |
Possibly not a
and |
We could try suppressing the error message in |
nice catch.
not sure why we didn't see this error before.
i think the right solution is a modification in `sna` to catch and
return the error message to avoid this result.
@CarterButts, would you be willing to add sna to the statnet org GH repos
so we can address issues like these?
|
i think the temp solution for @chad-klumb i know one place this is done is the top of |
also appears in I will try removing those and see what happens |
Chad, not sure if you're working on this but I went ahead and implemented the change (it's pushed up). In I also changed a broken hyperlink for the "List of common ergmterms". Here are the changes: |
Yes, I was testing everything again, but if you've already made the changes, that's fine. I also commented out |
Yes, I was testing everything again, but if you've already made the changes, that's fine.
I also commented out ecoli occurrences in server.R (although those aren't directly visible to the end
user).
I think it would be good to be consistent across the files.
|
Done! |
Ok, this is fixed for statnetWeb, but with a less-than-optimal solution. Since |
Error in solve.default(A, tol = tol) :
system is computationally singular: reciprocal condition number = 1.7338e-21
Can others please try pulling to make sure you're working with the same version, and reproduce this. The error shows up on the console when you load the network from the
Data
tabThe text was updated successfully, but these errors were encountered: