jubatus / jubatus_core

Jubatus algorithm component
GNU Lesser General Public License v2.1
20 stars 29 forks source link

anomaly_test doesn't run using python3 #390

Closed TkrUdagawa closed 6 years ago

TkrUdagawa commented 6 years ago

In python3, map is evaluated lazily. Therefore the code used in wscript of anomaly here doesn't work correctly

TkrUdagawa commented 6 years ago

The similar codes are found in graph and recommender. https://github.com/jubatus/jubatus_core/blob/master/jubatus/core/graph/wscript#L30 https://github.com/jubatus/jubatus_core/blob/master/jubatus/core/recommender/wscript#L39

rimms commented 6 years ago

Fixed via #390