MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

Create smaller datasets for unit-tests #134

Open Habush opened 4 years ago

Habush commented 4 years ago

The current sample_dataset.scm is too big and takes a bit of time to load for unit-tests that test a specific functionality. So to reduce the test run times, it is better if each test dataset is tailored for that unit-test.

linas commented 4 years ago

FYI: last comment on issue #85 describes how file-loading performance could be improved.