kaleidicassociates / lubeck

High level linear algebra library for Dlang
http://lubeck.libmir.org/
Boost Software License 1.0
66 stars 14 forks source link

lubeck documentation tests fail #36

Closed tastyminerals closed 4 years ago

tastyminerals commented 4 years ago

The following tests are failing currently:

Additionally, I think it would be better if examples included import kaleidic.lubeck; since the newcomers will be confused by having import mir.ndslice; but things not working.

Documentation contains redundant backward slashes here and there: \min ||A * X - B|| Using the QR factorization: \A = Q * R

jmh530 commented 4 years ago

@tastyminerals I don't see any errors in the CI and running dub test does not produce errors. Could you provide a little more information, such as an example of an offending line, what you did to generate the error, and what the error looks like?

tastyminerals commented 4 years ago

My mistake, I totally forgot to say that I was reporting the documentation issues on http://lubeck.libmir.org/kaleidic_lubeck.html. And the failing tests are the corresponding ddoc tests from: http://lubeck.libmir.org/kaleidic_lubeck.html

jmh530 commented 4 years ago

@tastyminerals I suspect this issue is related to the other about needing to tag a new release.

tastyminerals commented 4 years ago

So, should I close it then and wait for that tag release of lubeck?

jmh530 commented 4 years ago

@tastyminerals I would wait for the new tag and then test that it works before closing.

9il commented 4 years ago

I have added a new release. However, the problem is that mir-algorithm version hasn't been updated at run.dlang.org machine.