-
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
ArgumentError: dense matrix construction failed for unknown reasons #334
Comments
Could you attach your files so this can be reproduced? The INI should be saved in this UI. |
HI Jay, sorry about the troubles! Can you share which versions of Julia and Circuitscape you're using? To get the version of Julia, run |
Thanks for getting right back! Julia v1.6.3 and Circuitscape v5.10.0 (I believe these are the latest). As far as the files, the habitat file for this run belongs to a collaborator unfortunately, so I would have to check before sharing. Any way to work around it in the meantime? I could try using different files that are mine (and share if the same issue persists)... |
Also, I'm not seeing the INI file in the output folder that I specified (there's only a ".out" file). Should I be looking somewhere else? |
The ini file should be part of the input. Also disable parallelism if it is enabled. I am guessing the problem is too big for your memory. |
Thank you! Disabling parallelism solved it. |
I am new to running CS in Julia (having used the GUI/Arc previously). I believe I have followed all steps but when trying to test it on a few layers I have successfully used in the past, I get this error:
ERROR: ArgumentError: dense matrix construction failed for unknown reasons. Please submit a bug report.
Thanks in advance for your help! Here is the full terminal output:
The text was updated successfully, but these errors were encountered: