-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
HDF5 DB Issue #87
Comments
|
@kyleabeauchamp Can you post a small example that replicates the error? |
Here you go. AFAIK, the key ingredient is something about the observed variable or the deterministic. Without those, things work fine in HDF.
|
I have been getting the same error. It has to do with the size of the stochastic variables that are being observed. When I reduce n_observations to 100, the error goes away. The magic number is between 8000 and 8250. I am looking into why there is that limit. |
I'm having issues with the HDF5 backend on OSX. Upon calling
step()
I get the following traceback. I presume there's some pytables / HDF5 / anconda dependency problem. I was able to successfully runtables.test()
, so there's not something royally busted about my install.The text was updated successfully, but these errors were encountered: