Evert Rol

Results 27 comments of Evert Rol

> On this specific point, we decided to move all the notebooks we had to python scripts because this works better with sphinx-gallery. The latter then produces the jupyter notebooks...

Whoops: I rebased onto the wrong branch when trying to bring the PR up to date. Hence all the conflicts and merged files. Should be fixed now.

Looks like tests such as ``` assert repr(m) == repr(m_copy) ``` in `test_map_copy` were a bad idea, since the representations often contain the ID / address, which is obviously variable...

Thanks! (I had wanted to ask whether I should actually squash the commits. Well, no need now 😉.)

Installing directly from the repository appears to work: ``` python3 -m pip install git+https://github.com/mnick/scikit-tensor.git ``` though some unit tests fail for (yet) unknown reasons.

Dupe of #34 . See that issue for a possible solution to installing this package.

I'm aware of the discussion in #47 . It's mostly that while searching for ODE examples with SciPy, I came across this cookbook. I can see it's definitely outdated, but...