-
Notifications
You must be signed in to change notification settings - Fork 2
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
Request for simple example data and script. #1
Comments
Hi, I've finally looked into this and here's my analysis: First, the code uses space separations, not comma separations. So when it tried to run, it did nothing but create an empty DB. Then, events.py acts as a cache system: if it sees there is already a DB there, it does nothing. So future runs probably returned silently without giving note that the DB was empty. Then, when you run dynsnap.py, it fails because there are no events. In this case, it happened to use "None" as the start and end times. In python2, these are orderable, but you get the error you saw in python3. I've tried to make things python3 compatible, but I guess that path wasn't tested. I've done the following:
Is this a proper analysis? I've made some new commits now but haven't fully tested, I should in the next few days. Thanks for the good report,
|
hello, file loaded: input.sqliteTotal time range: 0 560Columns: tlow thigh dt sim number_of_events0 330.0 330.0 0.321510498169 5010 |
Hi there,
Recently read your paper and really great work. I wanted to give the code a try. At the moment, I tried to follow the example in the manual you created but seem to get NoneType errors. Haven't spend time digging into the code, to exactly what is going on, but wanted to try my luck and ask you if you could perhaps create a simple input file and example script to toy around with?
I tried this:
The input file:
This gave no errors.
But here is where things went wrong.
The text was updated successfully, but these errors were encountered: