OpenTreeOfLife / phylesystem-api

API access to Open Tree of Life treestore
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

Correct (and clarify) tree-exclusion logic #214

Closed jimallman closed 7 years ago

jimallman commented 7 years ago

@mtholder correctly pointed out that my use of and here would clobber unrelated decisions if they matched on either the study or tree ID! The new version is hopefully a little clearer, in that it describes a decision that matches both, then excludes it from the resulting list.

@jar398, we should definitely merge this prior to deploying the latest master to production!