Closed thalassemia closed 1 year ago
emitter.py
DatabaseEmitter.write_emit
ObjectID
insert_one
get_history_data_db
start_time
end_time
cpus=1
data_from_database
Database
MongoClient
store.py
None
pytest
By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.
CLA.md
emitter.py
DatabaseEmitter.write_emit
: Drop theObjectID
added byinsert_one
before chunking large docsget_history_data_db
:start_time
andend_time
now work whencpus=1
data_from_database
: Clarify to accept aDatabase
instance and not aMongoClient
store.py
None
by default (otherwise will raise errors in a future version ofpytest
)By creating this pull request, I agree to the Contributor License Agreement, which is available in
CLA.md
at the top level of this repository.