-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug when linking timesteps in sqlite #197
Comments
Hi Jon, I also have had a similar issue with sqlite and the latest Tangos when writing properties:
We were discussing with @apontzen and couldn't actually pinpoint where it comes from... As a practical fix, I only ever saw this for the very first calculation of something and attempting the calculation again has solved it for me (I assume that after you've tried once, the dictionary entry gets created and sqlite is happier). |
I can actually see the specific issue in Jon's case - Jon could you try using #198? |
Attempt to fix #197 – locking issue when linking halos
I've been using mysql tangos databases recently, but have just tried making a small sqlite database (of some simulations that I know have worked fine in the past) and am hitting this slightly cryptic error that I presume is a bug introduced relatively recently. I'll paste the traceback below as I'm not entirely sure what the issue is, but it seems to be something to do with the field 'ptcls_in_common' being unique in a dictionary..?
The text was updated successfully, but these errors were encountered: