You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the condition has .populateWith(_ == _.getParentCity), I believe the first _ is assigned the City and the second the Neighborhood parameter. Hence the behavior looks correct. Though we should fix it for readability.
Potentially a bug:
I think this line should be changed to:
I am not sure how similar lines in the test work either: https://github.com/IllinoisCogComp/saul/blob/310ca43a618b7928c5c1a352a4059a0c87578780/saul-examples/src/test/scala/edu/illinois/cs/cogcomp/saulexamples/SetCoverTest.scala#L26
The text was updated successfully, but these errors were encountered: