probcomp / crosscat

A domain-general, Bayesian method for analyzing high-dimensional data tables
http://probcomp.csail.mit.edu/crosscat/
Apache License 2.0
322 stars 42 forks source link

unused calls to .empty() #29

Closed fiendish closed 9 years ago

fiendish commented 9 years ago

both View::remove_all() and State::remove_all() start with unused calls to _lookup.empty() Should they be calling .clear() instead?

gregory-marton commented 9 years ago

Fixed. Thanks for finding that!