gyorilab / indra_db

A Database-based knowledge back-end built on and for INDRA. The INDRA Database is a service that can be set up by any user with their own content and knowledge access. Our implementation of the database is the back-end to many of our projects, providing a vast and detailed knowledge base derived from many resources.
GNU General Public License v3.0
16 stars 10 forks source link

Run residue/position, source count dumps after readonly dump #180

Closed kkaris closed 3 years ago

kkaris commented 3 years ago

This PR changes the dumping order as well as which database should be used for the residue/position and source counts dump, which will now use the principal database after the readonly dump, allowing for queries of the now existing readonly schema.

The PR also updates the MockStatement class to handle changes in how belief is calculated, as well as an update in the belief upload into the DB.

pagreene commented 3 years ago

Actually, can we put this in a single PR with the mock Statement fixes?

kkaris commented 3 years ago

Sure!

pagreene commented 3 years ago

Awesome, merging it!