-
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
Failed tests on Windows in raster pairwise mode - Runs out of mmap segments #188
Comments
@simon-tarr could you share your data so I can reproduce #181 (comment) please? Are your test errors a dup of #178 ? |
Hi @ranjanan, the data I'm using can be found here. I'm not sure if my test errors are exactly the same as #178 but I think that's the case. At any rate, my test ( I should add, if I change the scenario from |
Hi @ranjanan throwing a spanner in the works here. I have stuck the same focal points and resistances files into the GUI version of Circuitscape and selected 'Raster Pairwise'. It runs absolutely fine. I hadn't checked the GUI since your last update to the code about 3 weeks ago. Prior to this, the GUI interface also didn't work (unfortunately I didn't save the error messages). However, now it does. This result has sparked a few questions/thoughts/ramblings in my mind: (1) When updating Circuitscape using the Julia command line, does this update the code that the GUI uses? Thus if I update via command line, will the GUI have access to the new, updated code? Or do the two versions of the software call different code bases and must be updated independently? (2) Is it possible that I have made an error in the .ini file that's passed to the model when running via command line, generating the above errors? If the model works in the GUI but doesn't work in Julia command line (with the same data as input) then I guess that there's either a problem with the command line version of the code or I have somehow messed up the .ini file. |
Some more information @ranjanan, which only really makes things more confusing. It turns out that I can cause the GUI version to crash...if I set the file path to something like However, I still get the error when outputting to |
Just spending my sunday reading all of the issues --and apologies if I'm not really up to date here. @simon-tarr have you tried this since Ranjan moved from having a GUI to building the .ini in the CS.jl run? |
Please reopen if still an issue on the latest Circuitscape master. |
I wonder if we can call |
This issue only affects Windows. Same issue: JuliaData/CSV.jl#424 Basically I think it is not worth chasing this one except for calling |
Example test failure log: https://travis-ci.org/Circuitscape/Circuitscape.jl/jobs/654980559#L7499
|
I have just installed the latest version of Julia and Circuitscape and get the following error when running
Pkg.test("Circuitscape")
:I think this is related to issue #27.
I think whatever is causing this issue is also preventing me from running my own raster pairwise jobs successfully. The errors I am getting when running own own jobs are documented here #181 (comment)
Thanks.
The text was updated successfully, but these errors were encountered: