Tanmay Mohapatra
Tanmay Mohapatra
Ok. Strange that the `numpy` api docs don't mention this.
I was unable to trace the path where a memory error in `laplacian` would be ignored. The stack trace posted in the user_group pointed to methods `_create_current_maps` and `_get_branch_currents_posneg`, don't...
I have converted the user guide to markdown format and added it here: https://github.com/Circuitscape/Circuitscape/blob/master/docs/4.0/circuitscape_4_0.md. It is pretty simple to edit and there are many editors out there. I have already...
Looks good to me! Not related to this issue, but github pages also look like a good option for hosting the Circuitscape website.
We could just put up the user manual for now. I think it would be possible to edit and remove the download buttons once the template generates the html code.
Yes, that's a good idea. Google is not developing Sites much, and it would probably go away soon.
Failure on `Julia 0.4.6` is because https://github.com/JuliaLang/julia/pull/14885 was not back-ported. I have now marked it for back-port to the next `0.4` release. It should work fine on `Julia 0.5`, but...
Yes. `README.md` is now outdated. Available constructors for `ALSWR`: ```` ALSWR(inp::FileSpec, par::ParThread) ALSWR(inp::FileSpec, par::ParShmem) ALSWR(user_item_ratings::FileSpec, item_user_ratings::FileSpec, par::ParBlob) ```` Here are some examples to refer: https://github.com/abhijithch/RecSys.jl/tree/c33e06f37bd8c327380944226b3c33cbd7544339/examples
Blobs.jl did unsafe update of mmapped files prior to https://github.com/JuliaLang/julia/pull/14885. But that should not be there with 0.4.7 and later. I also remember facing issues where errors in iterations were...
Thanks for the quick response @akajla09 ! Yes, we may need to access warrant from Julia and Lua, and it would be easier if we could just generate from a...