-
Notifications
You must be signed in to change notification settings - Fork 35
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
effective resistance for one-to-all #252
Comments
Hi Angela, thanks so much for your feedback. We're more than happy to help. As for getting resistances in the one to all mode, I believe we just return them to the user. So at the julia prompt, if you run: r = compute("some_problem.ini") the variable |
Thanks very much Ranjan! This worked perfectly!
Best,
Angela
From: Ranjan Anantharaman <[email protected]>
Sent: Monday, July 13, 2020 1:03 PM
To: Circuitscape/Circuitscape.jl <[email protected]>
Cc: Brennan, Angela <[email protected]>; Author <[email protected]>
Subject: Re: [Circuitscape/Circuitscape.jl] effective resistance for one-to-all (#252)
Hi Angela, thanks so much for your feedback. We're more than happy to help. As for getting resistances in the one to all mode, I believe we just return them to the user. So at the julia prompt, if you run:
r = compute("some_problem.ini")
the variable r should have all the resistances you're looking for. I don't think we write them out, perhaps we should though. Let me check v4 to be sure, and create a PR if necessary. Also, if you'd like to get involved and submit a pull request (which should be a lot of fun!), I'm more than happy to guide you through it. :-)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#252 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOMJTQMAET2O77LCHISYX4DR3NR7VANCNFSM4OYZCO6Q>.
|
Hi thanks so much for Circuitscape.jl and for all the time you put into answering users' questions. I am looking to use the one-to-all mode and in the Circuitscape documentation (McRae 2013) it looks like that mode should produce an output file with effective resistances between each node and ground. However, I only get this output file when I run the pairwise mode, not the one-to-all. Perhaps there is a way to specify this in the ini file that I am missing?
The text was updated successfully, but these errors were encountered: