Skip to content

Commit

Permalink
Fixed .pyx file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paschalis Skouzos authored and Paschalis Skouzos committed Feb 6, 2020
1 parent 6f47aae commit e1ed5a7
Show file tree
Hide file tree
Showing 3 changed files with 8,139 additions and 7,711 deletions.
2 changes: 1 addition & 1 deletion lightfm/_lightfm_fast.pyx.template
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ def predict_lightfm(CSRMatrix item_features,
CSRMatrix user_features,
int[::1] user_ids,
int[::1] item_ids,
double[::1] predictions,
flt[::1] predictions,
FastLightFM lightfm,
int num_threads):
"""
Expand Down
Loading

0 comments on commit e1ed5a7

Please sign in to comment.