Skip to content

Commit

Permalink
Fix workflow & remove #include<bits/...> (#33)
Browse files Browse the repository at this point in the history

* Adding methods and checks.

* More rigorous check for evaluator's shape
* add ``concat`` method for ``UserTrainTestInteractionPair``

* Fix bug.

* Improved documents and examples

* Workflow modification

* The first version for C++ slim

* L2 only version.

* It basically works.

* It's erroneous now

* optimized performance

* Adding a doc

* Doc fixed

* added a test for cpp slim

* C++-parallelized implementation of SLIM. (#29)

* The first version for C++ slim

* L2 only version.

* It basically works.

* optimized performance

* Adding a doc

* Doc fixed

* added a test for cpp slim

* Remove bits...

* Importing jaxlib==0.1.58 fails.

Specify 0.1.57 explicitly for now.
  • Loading branch information
tohtsky authored Jan 12, 2021
1 parent 256d8f1 commit cb3a290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run pytest
run: |
pip install pytest pytest-cov
pip install lightfm jaxlib jax dm-haiku optax
pip install lightfm jaxlib==0.1.57 jax dm-haiku optax
pytest --cov=./irspack tests/
- name: Generate coverage (ubuntu)
run: |
Expand Down
1 change: 0 additions & 1 deletion cpp_source/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <atomic>
#include <bits/stdint-intn.h>
#include <cstddef>
#include <future>
#include <iostream>
Expand Down

0 comments on commit cb3a290

Please sign in to comment.