MOZI-AI / annotation-scheme

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

Use Get instead of Bind #145

Closed linas closed 4 years ago

linas commented 4 years ago

This saves a very tiny amount of CPU time -- the GetLink returns the variable directly; there is no reason to re-write it with Bind.

Habush commented 4 years ago

@tanksha there is a failing test in main-tests.scm after you merged the PR. please check

tanksha commented 4 years ago

Have tested the codes, it works fine. The tests are failing dueto the recent changes to the main.scm please check https://github.com/MOZI-AI/annotation-scheme/issues/148