-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Problem with inverse electron densities - no packets are escaping #419
Comments
After updating to the current master AND updating the pandas library to pandas 0.16.2, the problem seems to have disappeared. However, @chvogl seems to have run into the same problem with the current master. |
@unoebauer so you do not get a problem anymore with the current master and a new pandas version. If you have the machinery running to check for missing references specifically in |
I encountered the same problem, when I tried to add some additional data for the continuum implementation in the initalize_storage_model function. |
Some weird behaviour in the new plasma calculation or/and in the new layout or the
montecarlo.pyx
file lead to the following severe problem:During each montecarlo packet propagation cycle, not a single packet escaped through the outer boundary of the computational domain. It seems that the simulation thinks that the distance to the next electron scattering event is zero. Thus, all injected packets immediately scatter and are eventually lost at the inner boundary. Somehow, probably somewhere in the montecarlo.pyx file the inverse electron densities are messed up (potentially pointing to uninitialised memory).
The text was updated successfully, but these errors were encountered: