Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue_186: maybe fix timelines (#188)
* maybe fix timelines Could not exactly replicate the error in the log file but found a simple error and repaired it. Given how algorithm and sv PKs work, it is necessary to allow multiples and then work with the latest in the database (largest primary table PK). * fixed timelines The notebook page was running with the older psycopg2 which worked. Moved to the correct psycopg (3.1.9) and duplicated the error. Corrected it code using fetchall() as it now returns a list of tuples.
- Loading branch information