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

assertion error: assert closest_shell_distance > 0 #22

Open
Jintram opened this issue Jul 18, 2011 · 0 comments
Open

assertion error: assert closest_shell_distance > 0 #22

Jintram opened this issue Jul 18, 2011 · 0 comments

Comments

@Jintram
Copy link

Jintram commented Jul 18, 2011

A simple script simulating A+B <-> C crashed using the following parameters:

sigma=1e-10; D=5e-09; world_size=1e-05; k1=2.51327412287e-19; Na=5; Nb = 5; matrix_size=1

And also with the following parameters:

sigma=1e-07; D=5e-09; world_size=0.001;  k1=2.51327412287e-18; N=5; matrix_size=1

This is the crash report:

  File "/storage1/wehrens/myfork_egfrd/egfrd.py", line 299, in step
    f(self, event.data)
  File "/storage1/wehrens/myfork_egfrd/egfrd.py", line 792, in fire_single
    obj = self.form_pair_or_multi(single, burst)
  File "/storage1/wehrens/myfork_egfrd/egfrd.py", line 1175, in form_pair_or_multi
    neighbors[0], neighbors[1:])
  File "/storage1/wehrens/myfork_egfrd/egfrd.py", line 1283, in form_pair
    assert closest_shell_distance > 0
AssertionError
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

1 participant