cmu-db / dbgym

An end-to-end research vehicle for studying self-driving DBMSs.
MIT License
14 stars 1 forks source link

Remove weak_bias check when selecting the best embedding. #11

Closed lmwnshn closed 7 months ago

lmwnshn commented 7 months ago

This PR removes the weak_bias check when selecting the best embedding.

Previously, this check would occasionally filter out all candidates, resulting in a crash. There should be minimal downside to removing this check; doing so only increases the number of candidates.

Fix #6.