logv / snorkel

UI for interactive data analysis | https://snorkel.logv.org
https://fb.com/groups/snorkelsnorkelsnorkel
161 stars 21 forks source link

Fix endless loop when mongo is used as backend #18

Closed adilhafeez closed 7 years ago

adilhafeez commented 7 years ago

When mongo is used as backend then code to compute display_name for table enters into an endless loop. The reason is that in mongo backend.SEPARATOR is set to '/'. This caues noop as essentially replace statement looks like this,

display_name.replace("/", "/");

adilhafeez commented 7 years ago

@okayzed @mikramulhaq

okayzed commented 7 years ago

awesome, thanks!