Skip to content
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

Error when running example script #2

Open
programmingprincess opened this issue Jun 29, 2019 · 1 comment
Open

Error when running example script #2

programmingprincess opened this issue Jun 29, 2019 · 1 comment

Comments

@programmingprincess
Copy link

I am running the example command

python 3DTumorSimul_MultiRegionSeq.py 5000 0.6 0.00001 0.1 0

on a server. I get this error, even when I change up the numbers. Not sure what this is referring to?

Traceback (most recent call last): File "3DTumorSimul_MultiRegionSeq.py", line 432, in <module> if space[key].present == 0: KeyError: (121, 52, 63)

@sumersao
Copy link

sumersao commented Aug 29, 2019

Hi. Is this a reproducible error (does it happen every time you run it), and what is the tumor size you are using?

This error is referring to the tumor "spilling over" the space from where we are growing it, which shouldn't happen as the space is significantly larger than the tumor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants